v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Client Account Management Endpoints

account/client-accounts/payment-methods

This endpoint is used to look up all the payment smethods for the given client account.

get/account/client-accounts/payment-methods

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

ClientAccountIDstring required

The Client Account ID that the payment methods are associated with.

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

Example response

{
  "PaymentMethods": {
    "0": {
      "PaymentMethod": "BankAccount",
      "PaymentDetails": "001-00040-123****",
      "Token": "80be530727391c11470be104f8bb10b8812eddbd34479572e0b079df1d178c0a",
      "AddedOn": "2021-02-11 18:27:08"
    }
  }
}