Create AFT Payment Request

AFT (Request Funds / PullTransaction): pull funds from external card into consumer DDA. Same persistence as OCT (CardPaymentsHistory with direction Pull); webhook completion XPAY is reversed.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
consumer_idstringRequired
external_payment_card_idstringRequiredformat: "uuid"
amountstringRequiredformat: "decimal"
descriptionstringOptional

Response

idstringformat: "uuid"
amountstringformat: "decimal"
fee_amountstringformat: "decimal"
external_payment_card_idstringformat: "uuid"
descriptionstring
directionstring
statusstring
consumer_idstringOptionalRead-only