Create AFT Payment Request

Create an AFT (Account Funding Transaction) request to pull funds from a consumer’s external payment card

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
consumer_idstringRequired
Unique identifier of the consumer initiating the transfer.
external_payment_card_idstringRequiredformat: "uuid"
External ID of the payment card to pull funds from.
amountdoubleRequired
Amount to pull in USD.
descriptionstringOptional
Optional description for the transaction.

Response

idstringformat: "uuid"
Unique identifier for this payment.
amountdouble
Transfer amount in USD.
directionstring

Always Pull for AFT transactions.

statusstring
Current payment status.
consumer_idstring
Identifier of the consumer associated with this payment.
external_payment_card_idstringformat: "uuid"
External ID of the payment card that was debited.
fee_amountdouble
Fee amount charged for this transaction.