v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Debit Card Endpoints

debit-card/oct/push-funds

This endpoint is used to instantly send funds from your VoPay account to the debit card linked to the provided CardToken.

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/oct/push-funds

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

TransactionIDinteger required

The unique ID of the transaction that was just submitted.

Example response

{
  "Success": true
}