v1

latestOpenAPI 3.0.02026-07-263403911.5 MB
PaymentAccounts

View payment account

Find a single payment account by ID.

get/v1/PaymentAccounts/{id}

Path parameters

idinteger required

Format - int32. ID of the payment account to view.

Response

OK

okboolean
payment_account_idinteger

Primary identifier for this payment account.

address_idinteger

Foreign identifier for the address used for the billing address.

method'CC' | 'ACH'

The method used by this account to electronically process a payment.

last_usedstring date-time

Date and time this account was last used to make a payment.

last_process_result'NONE' | 'DECLINED' | 'APPROVED' | 'ERROR'

Result of the last attempted payment using this payment account.

created_datestring date-time

Date and time that this payment account was created.

created_byinteger

Foreign identifier indicating the user who created this payment account.

last_4string

The last four digits of the credit card or bank account, depending on the method.

tokenstring

The token assigned by the payment gateway and used for secure payment transacting.

merchant_profile_idinteger

Foreign identifier indicating the merchant profile associated with this payment account.