Debit Card Endpoints
debit-card/aft/pull-funds
This endpoint is used to instantly pull funds from your debit card linked to the provided CardToken to fund your VoPay account.
If a ClientAccountID is provided, the client account's default card will be used for the transaction.
Note: You must first generate a CardToken using the /debit-card/generate-embed-url endpoint.
post/debit-card/aft/pull-funds
Response
Example response
{
"Success": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.