Create External Card Pull Transfer (GQL)

Note: All the payment API's have the endpoint: /graphql

Use this API for to pull funds from an External Card. You need to specify the card id for the transfer.

Please checkout the page at External/Acquired Cards to understand more about this Payment Rail.

Please refer to this API Add an Acquired Card on how to generate the card cardId

Body Params

Following are the details on the GraphQL fields :

ParameterDescriptionMandatoryData TypeExample
paymentRailThe type of transfer.YesStringACH
paymentTypeThe payment type.YesStringCREDIT
amountThe amount to be transferred.YesNumber1000.00
originatorThe originator of the transfer.YesStringJohn Doe
recipientThe recipient of the transfer.YesStringJane Smith
referenceThe reference of the transfer.YesStringInvoice 123
Headers
string
required
Defaults to z01j3e71zd6zkq908vyf5861a8

The ID of your banking instance visible in the MBANQ Console.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!