mutation UpdateAcceptorApplication($input: AcceptorApplicationUpdateInput!) { updateAcceptorApplication(input: $input) { errors { ... on Error { message __typename } } acceptorApplication { id applicationStatus billingAndFunding { bankAccounts { accountNumberLast4 id } } } } }
{ "data": { "updateAcceptorApplication": { "acceptorApplication": { "id": "d7c5d7d7-b7be-4f50-8e11-2f141697fe12", "applicationStatus": "DRAFT" } } } }
Add a new bank account to an acceptor application using the addBankAccountInput with routing number, account number, and account type.
Documentation IndexFetch the complete documentation index at: https://docs.tesouro.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
Use this file to discover all available pages before exploring further.
addBankAccountInput
Was this page helpful?