Skip to main content
mutation SubmitAcceptorApplication($input: AcceptorApplicationSubmitInput!) {
  submitAcceptorApplication(input: $input) {
    acceptorApplication {
      acceptorId
      accountStatus
      applicationEvents {

      }
      applicationIdentity {
        acceptorReference
        acceptorRelationshipReference
        acceptorType
        businessEntityType
        businessName
        defaultMerchantCategoryCode
        isKnownAcceptor
        isLegalAddressSameAsBusinessAddress
        isProcessingStatement
        legalEntityName
        serviceTelephoneNumber
        transactorTypeII
        transactorTypeIII
        transactorTypeIOverride
        websiteUrl
      }
      applicationStatus
      assignee {
        assignedDateTime
        name
        userId
      }
      attachments {
        fileName
        id
        size
        uploadedDateTime
      }
      billingAndFunding {
        acceptorCutoffTime
        billingProfileId
        fundingProfileId
        timezone
      }
      cardAcceptorId
      comments {
        content
        createdDateTime
        id
        updatedDateTime
      }
      createdBy {
        name
        type
      }
      createdDateTime
      decisionComponents {
        hasAttachments
        hasComments
        id
        status
        updatedDateTime
      }
      id
      participants {
        role
      }
      processingActivity {
        averageMonthlySalesAmount
        averageTicketAmount
        cardNotPresentMix
        cardPresentMix
        chargebackRate
        currency
        exposure
        highestTicketAmount
        refundRate
      }
      queue
      schema {
        createdDateTime
        id
        version
      }
      services {

      }
      stakeholders {
        emailAddress
        id
        ipAddress
        ownershipPercentage
        roles
      }
      submissionAttemptedDateTime
      submissionSuccessfulDateTime
      updatedBy {
        name
        type
      }
      updatedDateTime
    }
    errors {
      ... on AcceptorApplicationValidationError {
        code
        message
      }
      ... on AcceptorApplicationFieldValidationError {
        code
        field
        message
      }
      ... on AcceptorApplicationStakeholderFieldValidationError {
        code
        field
        message
        stakeholderId
      }
      ... on AcceptorApplicationBankAccountFieldValidationError {
        bankAccountId
        code
        field
        message
      }
      ... on ForbiddenError {
        advice
        code
        message
      }
      ... on InvalidActorError {
        advice
        code
        message
      }
      ... on InvalidOrganizationError {
        advice
        code
        message
      }
      ... on NotFoundError {
        advice
        code
        message
        resourceId
        resourceName
      }
      ... on ServerError {
        advice
        code
        message
      }
    }

}
}

{
  "data": {
    "submitAcceptorApplication": {
      "acceptorApplication": {
        "acceptorId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
        "accountStatus": "ON_HOLD",
        "applicationEvents": {
          "items": [
            "example"
          ],
          "pageInfo": "example"
        },
        "applicationIdentity": {
          "acceptorReference": "CLACK-2026-001",
          "acceptorRelationshipReference": "REL-CLACK-001",
          "acceptorType": "BILLER",
          "businessAddress": "example",
          "businessEntityType": "ASSOCIATION",
          "businessName": "Clacksworth Keyboards",
          "defaultMerchantCategoryCode": "example",
          "isKnownAcceptor": true,
          "isLegalAddressSameAsBusinessAddress": true,
          "isProcessingStatement": true,
          "legalAddress": "example",
          "legalEntityName": "Clacksworth Keyboards LLC",
          "merchantCategories": [
            "example"
          ],
          "sensitiveFields": "example",
          "serviceTelephoneNumber": "+15551234567",
          "sponsorBank": "example",
          "taxIdentificationNumber": "example",
          "transactorTypeII": "example",
          "transactorTypeIII": [
            "example"
          ],
          "transactorTypeIOverride": "BPSP",
          "websiteUrl": "https://clacksworth.com"
        },
        "applicationStatus": "APPROVED",
        "assignee": {
          "assignedBy": "example",
          "assignedDateTime": "2026-01-15T14:30:00Z",
          "name": "Ben Torres",
          "userId": "c9a1e2d3-4b5f-6789-0abc-def123456789"
        },
        "attachments": [
          {
            "fileName": "business-license.pdf",
            "id": "d8b2f3e4-5c6a-7890-1bcd-ef2345678901",
            "size": 0,
            "uploadedBy": "example",
            "uploadedDateTime": "2026-01-15T14:30:00Z"
          }
        ],
        "billingAndFunding": {
          "acceptorCutoffTime": "12:00:00",
          "bankAccounts": [
            "example"
          ],
          "billingDescriptor": "CLACKSWORTH KEYBOARDS",
          "billingProfileId": "e7c3a4b5-6d7e-8901-2cde-f34567890123",
          "fundingProfileId": "b6d4e5f6-7a8b-9012-3def-456789012345",
          "timezone": "AMERICA_CHICAGO"
        },
        "cardAcceptorId": "example",
        "comments": [
          {
            "content": "Approved for mechanical keyboard accessories line.",
            "createdBy": "example",
            "createdDateTime": "2026-01-15T14:30:00Z",
            "decisionComponent": "example",
            "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
            "lastUpdatedBy": "example",
            "updatedDateTime": "2026-01-15T14:30:00Z"
          }
        ],
        "createdBy": {
          "name": "Ben Torres",
          "type": "APP"
        },
        "createdDateTime": "2026-01-15T14:30:00Z",
        "decisionComponents": [
          {
            "attachments": [
              "example"
            ],
            "comments": [
              "example"
            ],
            "hasAttachments": true,
            "hasComments": true,
            "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
            "items": [
              "example"
            ],
            "lastUpdatedBy": "example",
            "schema": "example",
            "status": "ACCEPTED",
            "updatedDateTime": "2026-01-15T14:30:00Z"
          }
        ],
        "id": "c9a1e2d3-4b5f-6789-0abc-def123456789",
        "participants": [
          {
            "organization": "example",
            "role": "BANK"
          }
        ],
        "processingActivity": {
          "averageMonthlySalesAmount": 45000,
          "averageTicketAmount": 150,
          "cardNotPresentMix": 0.05,
          "cardPresentMix": 0.05,
          "chargebackRate": 0.05,
          "currency": "USD",
          "exposure": 100000,
          "highestTicketAmount": 2500,
          "refundRate": 0.05
        },
        "queue": "PARTNER",
        "schema": {
          "createdDateTime": "2026-01-15T14:30:00Z",
          "id": "d8b2f3e4-5c6a-7890-1bcd-ef2345678901",
          "underwritingDecisionComponentSchemas": [
            "example"
          ],
          "version": "example"
        },
        "services": {
          "transactionProcessingService": "example"
        },
        "stakeholders": [
          {
            "emailAddress": "ben@clacksworth.com",
            "id": "e7c3a4b5-6d7e-8901-2cde-f34567890123",
            "ipAddress": "example",
            "ownershipPercentage": 0.05,
            "roles": [
              "AUTHORIZED"
            ],
            "sensitiveFields": "example"
          }
        ],
        "submissionAttemptedDateTime": "2026-01-15T14:30:00Z",
        "submissionSuccessfulDateTime": "2026-01-15T14:30:00Z",
        "updatedBy": {
          "name": "Ben Torres",
          "type": "APP"
        },
        "updatedDateTime": "2026-01-15T14:30:00Z"
      },
      "errors": [
        {
          "__typename": "AcceptorApplicationValidationError",
          "code": "INTERNAL_SERVER_ERROR",
          "message": "example"
        }
      ]
    }
  }
}
Mutation

Arguments

input
AcceptorApplicationSubmitInput!
required

Return type

SubmitAcceptorApplicationPayload!
acceptorApplication
AcceptorApplication
errors
[SubmitAcceptorApplicationError!]
mutation SubmitAcceptorApplication($input: AcceptorApplicationSubmitInput!) {
  submitAcceptorApplication(input: $input) {
    acceptorApplication {
      acceptorId
      accountStatus
      applicationEvents {

      }
      applicationIdentity {
        acceptorReference
        acceptorRelationshipReference
        acceptorType
        businessEntityType
        businessName
        defaultMerchantCategoryCode
        isKnownAcceptor
        isLegalAddressSameAsBusinessAddress
        isProcessingStatement
        legalEntityName
        serviceTelephoneNumber
        transactorTypeII
        transactorTypeIII
        transactorTypeIOverride
        websiteUrl
      }
      applicationStatus
      assignee {
        assignedDateTime
        name
        userId
      }
      attachments {
        fileName
        id
        size
        uploadedDateTime
      }
      billingAndFunding {
        acceptorCutoffTime
        billingProfileId
        fundingProfileId
        timezone
      }
      cardAcceptorId
      comments {
        content
        createdDateTime
        id
        updatedDateTime
      }
      createdBy {
        name
        type
      }
      createdDateTime
      decisionComponents {
        hasAttachments
        hasComments
        id
        status
        updatedDateTime
      }
      id
      participants {
        role
      }
      processingActivity {
        averageMonthlySalesAmount
        averageTicketAmount
        cardNotPresentMix
        cardPresentMix
        chargebackRate
        currency
        exposure
        highestTicketAmount
        refundRate
      }
      queue
      schema {
        createdDateTime
        id
        version
      }
      services {

      }
      stakeholders {
        emailAddress
        id
        ipAddress
        ownershipPercentage
        roles
      }
      submissionAttemptedDateTime
      submissionSuccessfulDateTime
      updatedBy {
        name
        type
      }
      updatedDateTime
    }
    errors {
      ... on AcceptorApplicationValidationError {
        code
        message
      }
      ... on AcceptorApplicationFieldValidationError {
        code
        field
        message
      }
      ... on AcceptorApplicationStakeholderFieldValidationError {
        code
        field
        message
        stakeholderId
      }
      ... on AcceptorApplicationBankAccountFieldValidationError {
        bankAccountId
        code
        field
        message
      }
      ... on ForbiddenError {
        advice
        code
        message
      }
      ... on InvalidActorError {
        advice
        code
        message
      }
      ... on InvalidOrganizationError {
        advice
        code
        message
      }
      ... on NotFoundError {
        advice
        code
        message
        resourceId
        resourceName
      }
      ... on ServerError {
        advice
        code
        message
      }
    }

}
}

{
  "data": {
    "submitAcceptorApplication": {
      "acceptorApplication": {
        "acceptorId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
        "accountStatus": "ON_HOLD",
        "applicationEvents": {
          "items": [
            "example"
          ],
          "pageInfo": "example"
        },
        "applicationIdentity": {
          "acceptorReference": "CLACK-2026-001",
          "acceptorRelationshipReference": "REL-CLACK-001",
          "acceptorType": "BILLER",
          "businessAddress": "example",
          "businessEntityType": "ASSOCIATION",
          "businessName": "Clacksworth Keyboards",
          "defaultMerchantCategoryCode": "example",
          "isKnownAcceptor": true,
          "isLegalAddressSameAsBusinessAddress": true,
          "isProcessingStatement": true,
          "legalAddress": "example",
          "legalEntityName": "Clacksworth Keyboards LLC",
          "merchantCategories": [
            "example"
          ],
          "sensitiveFields": "example",
          "serviceTelephoneNumber": "+15551234567",
          "sponsorBank": "example",
          "taxIdentificationNumber": "example",
          "transactorTypeII": "example",
          "transactorTypeIII": [
            "example"
          ],
          "transactorTypeIOverride": "BPSP",
          "websiteUrl": "https://clacksworth.com"
        },
        "applicationStatus": "APPROVED",
        "assignee": {
          "assignedBy": "example",
          "assignedDateTime": "2026-01-15T14:30:00Z",
          "name": "Ben Torres",
          "userId": "c9a1e2d3-4b5f-6789-0abc-def123456789"
        },
        "attachments": [
          {
            "fileName": "business-license.pdf",
            "id": "d8b2f3e4-5c6a-7890-1bcd-ef2345678901",
            "size": 0,
            "uploadedBy": "example",
            "uploadedDateTime": "2026-01-15T14:30:00Z"
          }
        ],
        "billingAndFunding": {
          "acceptorCutoffTime": "12:00:00",
          "bankAccounts": [
            "example"
          ],
          "billingDescriptor": "CLACKSWORTH KEYBOARDS",
          "billingProfileId": "e7c3a4b5-6d7e-8901-2cde-f34567890123",
          "fundingProfileId": "b6d4e5f6-7a8b-9012-3def-456789012345",
          "timezone": "AMERICA_CHICAGO"
        },
        "cardAcceptorId": "example",
        "comments": [
          {
            "content": "Approved for mechanical keyboard accessories line.",
            "createdBy": "example",
            "createdDateTime": "2026-01-15T14:30:00Z",
            "decisionComponent": "example",
            "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
            "lastUpdatedBy": "example",
            "updatedDateTime": "2026-01-15T14:30:00Z"
          }
        ],
        "createdBy": {
          "name": "Ben Torres",
          "type": "APP"
        },
        "createdDateTime": "2026-01-15T14:30:00Z",
        "decisionComponents": [
          {
            "attachments": [
              "example"
            ],
            "comments": [
              "example"
            ],
            "hasAttachments": true,
            "hasComments": true,
            "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
            "items": [
              "example"
            ],
            "lastUpdatedBy": "example",
            "schema": "example",
            "status": "ACCEPTED",
            "updatedDateTime": "2026-01-15T14:30:00Z"
          }
        ],
        "id": "c9a1e2d3-4b5f-6789-0abc-def123456789",
        "participants": [
          {
            "organization": "example",
            "role": "BANK"
          }
        ],
        "processingActivity": {
          "averageMonthlySalesAmount": 45000,
          "averageTicketAmount": 150,
          "cardNotPresentMix": 0.05,
          "cardPresentMix": 0.05,
          "chargebackRate": 0.05,
          "currency": "USD",
          "exposure": 100000,
          "highestTicketAmount": 2500,
          "refundRate": 0.05
        },
        "queue": "PARTNER",
        "schema": {
          "createdDateTime": "2026-01-15T14:30:00Z",
          "id": "d8b2f3e4-5c6a-7890-1bcd-ef2345678901",
          "underwritingDecisionComponentSchemas": [
            "example"
          ],
          "version": "example"
        },
        "services": {
          "transactionProcessingService": "example"
        },
        "stakeholders": [
          {
            "emailAddress": "ben@clacksworth.com",
            "id": "e7c3a4b5-6d7e-8901-2cde-f34567890123",
            "ipAddress": "example",
            "ownershipPercentage": 0.05,
            "roles": [
              "AUTHORIZED"
            ],
            "sensitiveFields": "example"
          }
        ],
        "submissionAttemptedDateTime": "2026-01-15T14:30:00Z",
        "submissionSuccessfulDateTime": "2026-01-15T14:30:00Z",
        "updatedBy": {
          "name": "Ben Torres",
          "type": "APP"
        },
        "updatedDateTime": "2026-01-15T14:30:00Z"
      },
      "errors": [
        {
          "__typename": "AcceptorApplicationValidationError",
          "code": "INTERNAL_SERVER_ERROR",
          "message": "example"
        }
      ]
    }
  }
}