v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Debit Card Endpoints

debit-card/default-debit-card

This endpoint retrieves the default debit card associated with your VoPay account

get/debit-card/default-debit-card

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

ClientAccountIDstring

When provided, this endpoint will return the default debit card associated with this Client Account ID

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

Example response

{
  "Success": true,
  "DefaultPushToCard": {
    "0": {
      "PushToCardToken": "ACBDF-GAFSHD-AHBS-123456",
      "CardHolderName": "Natalie Merchant",
      "CardNumber": "**** **** **** 1234",
      "CardExpiryYear": "2022",
      "CardExpiryMonth": "03",
      "CardBrand": "visa"
    }
  }
}