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_id
Unique identifier of the consumer initiating the transfer.
external_payment_card_id
External ID of the payment card to pull funds from.
amount
Amount to pull in USD.
description
Optional description for the transaction.
Response
id
Unique identifier for this payment.
amount
Transfer amount in USD.
direction
Always Pull for AFT transactions.
status
Current payment status.
consumer_id
Identifier of the consumer associated with this payment.
external_payment_card_id
External ID of the payment card that was debited.
fee_amount
Fee amount charged for this transaction.

