Create AFT Payment Request
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
external_id of the registered external payment card to pull funds from. The card must belong to consumer_id and have pullEnabled: true.
Gross amount to pull in USD. Minimum 1.00; the maximum is the partner’s configured AFT limit. The fee is deducted from this amount, so the DDA is credited amount - fee_amount.
Optional description for the transaction. Defaults to Instant Funds Transfer In.
Response
Unique identifier for this payment. Use it with GET /v2/payments/aft/{id}/.
Gross transfer amount in USD, inclusive of fee_amount.
Fee deducted from amount. The DDA is credited amount - fee_amount.
Always Pull for AFT transactions.
Lifecycle status of a card payment. pending is returned at creation; posted means funds have settled. pending_review indicates the payment is held for compliance review.

