This operation is in Beta and not ready for production integration.
Arguments
Fields
Copy
Ask AI
query acceptorApplications($input: AcceptorApplicationInput!) {
acceptorApplications(input: $input) {
items {
stakeholders {
id
roles
emailAddress
ipAddress
ownershipPercentage
sensitiveFields {
taxIdentificationNumber
}
}
applicationEvents {
items {
createdBy {
name
type
}
id
applicationId
createdDateTime
displayInformation
eventType
}
pageInfo {
hasNextPage
hasPreviousPage
}
}
attachments {
uploadedBy {
name
type
}
id
fileName
uploadedDateTime
size
}
comments {
createdBy {
name
type
}
decisionComponent {
schema {
underwritingDecisionComponentItemSchemas {
...UnderwritingDecisionComponentItemSchemaFragment
}
id
label
}
items {
outcomes {
...DecisionComponentOutcomesFragment
}
fields {
...DecisionComponentFieldFragment
}
id
stakeholderId
label
descriptiveText
status
displayOrder
}
hasAttachments
hasComments
attachments {
uploadedBy {
...ActorFragment
}
id
fileName
uploadedDateTime
size
}
comments {
createdBy {
...ActorFragment
}
decisionComponent {
...DecisionComponentFragment
}
lastUpdatedBy {
...ActorFragment
}
id
content
createdDateTime
updatedDateTime
}
lastUpdatedBy {
name
type
}
id
status
updatedDateTime
}
lastUpdatedBy {
name
type
}
id
content
createdDateTime
updatedDateTime
}
createdBy {
name
type
}
decisionComponents {
schema {
underwritingDecisionComponentItemSchemas {
underwritingDecisionComponentFieldSchemas {
...UnderwritingDecisionComponentFieldSchemaFragment
}
id
label
}
id
label
}
items {
outcomes {
results {
...DecisionComponentOutcomeFragment
}
reviews {
...DecisionComponentReviewFragment
}
}
fields {
schema {
...UnderwritingDecisionComponentFieldSchemaFragment
}
fieldValue
sensitiveFields {
...DecisionComponentFieldSensitiveFieldsFragment
}
lastUpdatedBy {
...ActorFragment
}
id
status
displayOrder
updatedDateTime
}
id
stakeholderId
label
descriptiveText
status
displayOrder
}
hasAttachments
hasComments
attachments {
uploadedBy {
name
type
}
id
fileName
uploadedDateTime
size
}
comments {
createdBy {
name
type
}
decisionComponent {
schema {
...UnderwritingDecisionComponentSchemaFragment
}
items {
...DecisionComponentItemFragment
}
hasAttachments
hasComments
attachments {
...AttachmentFragment
}
comments {
...CommentFragment
}
lastUpdatedBy {
...ActorFragment
}
id
status
updatedDateTime
}
lastUpdatedBy {
name
type
}
id
content
createdDateTime
updatedDateTime
}
lastUpdatedBy {
name
type
}
id
status
updatedDateTime
}
schema {
underwritingDecisionComponentSchemas {
underwritingDecisionComponentItemSchemas {
underwritingDecisionComponentFieldSchemas {
...UnderwritingDecisionComponentFieldSchemaFragment
}
id
label
}
id
label
}
id
version
createdDateTime
}
updatedBy {
name
type
}
acceptorId
accountStatus
applicationIdentity {
sensitiveFields {
taxIdentificationNumber
}
acceptorType
defaultMerchantCategoryCode
isKnownAcceptor
acceptorReference
acceptorRelationshipReference
isProcessingStatement
merchantCategories {
code
description
}
sponsorBank {
name
binGroupDescriptor
sponsorBankId
binGroupId
}
transactorTypeIOverride
transactorTypeII
transactorTypeIII
businessAddress {
address1
address2
address3
city
state
postalCode
countryCode
}
businessEntityType
businessName
isLegalAddressSameAsBusinessAddress
legalAddress {
address1
address2
address3
city
state
postalCode
countryCode
}
legalEntityName
serviceTelephoneNumber
taxIdentificationNumber {
type
last4
}
websiteUrl
}
applicationStatus
billingAndFunding {
bankAccounts {
accountOwnerType
bankAccountType
bankAccountFeesSettlements
financialInstitutionName
accountNumberLast4
id
nameOnAccount
routingNumber
sensitiveFields {
accountNumber
}
}
billingProfileId
fundingProfileId
acceptorCutoffTime
timezone
billingDescriptor {
name
serviceFeeName
}
}
cardAcceptorId
processingActivity {
exposure
averageMonthlySalesAmount
averageTicketAmount
cardNotPresentMix
cardPresentMix
chargebackRate
currency
highestTicketAmount
refundRate
}
services {
transactionProcessingService {
accountUpdaterEnabled
americanExpress {
program
}
discover {
program
}
mastercardEnabled
visaEnabled
bankTransfers {
enabled
processingActivity {
...BankTransfersProcessingActivityOutputFragment
}
dailyBankTransferLimitAmount
}
}
}
assignee {
assignedBy {
name
userId
}
assignedDateTime
name
userId
}
createdDateTime
id
participants {
organization {
id
acceptors {
items {
...AcceptorFragment
}
pageInfo {
...PageInfoFragment
}
}
businessName
legalName
name
allowedMerchantCategories {
code
}
settings {
access {
...OrganizationAccessSettingsFragment
}
}
businessAddress {
address1
address2
address3
city
state
postalCode
countryCode
}
phoneNumber
achNotificationsOfChange {
items {
...AchNotificationOfChangeFragment
}
pageInfo {
...PageInfoFragment
}
}
achReturns {
items {
...AchReturnFragment
}
pageInfo {
...PageInfoFragment
}
}
allocations {
items {
...AllocationDetailFragment
}
pageInfo {
...PageInfoFragment
}
}
authorizationSummaries {
items {
...AuthorizationSummaryFragment
}
pageInfo {
...PageInfoFragment
}
}
fees {
items {
...FeeFragment
}
pageInfo {
...PageInfoFragment
}
}
feeSummaries {
items {
...FeeSummaryFragment
}
pageInfo {
...PageInfoFragment
}
}
fundingAchReturns {
items {
...FundingAchReturnOutputFragment
}
pageInfo {
...PageInfoFragment
}
}
fundingDisputeEvents {
items {
...FundingDisputeEventOutputFragment
}
pageInfo {
...PageInfoFragment
}
}
fundingSummaries {
items {
...FundingSummaryFragment
}
pageInfo {
...PageInfoFragment
}
}
fundingTransactions {
items {
...FundingTransactionFragment
}
pageInfo {
...PageInfoFragment
}
}
reportAvailability {
dateType
availabilityStartDate
availabilityEndDate
}
paymentTransactions {
items {
...PaymentTransactionFragment
}
pageInfo {
...PageInfoFragment
}
}
paymentTransactionSummaries {
items {
...PaymentTransactionSummaryFragment
}
pageInfo {
...PageInfoFragment
}
}
acceptorApplicationCounts {
acceptorApplicationStatus
total
}
}
role
}
queue
updatedDateTime
}
pageInfo {
hasNextPage
hasPreviousPage
}
}
}
Response
Returns a AcceptorApplicationCollectionCopy
Ask AI
{
"data": {
"acceptorApplications": {
"items": [
AcceptorApplication
],
"pageInfo": PageInfo
}
}
}