v1

latestOpenAPI 3.1.02026-07-26490301.4 KB
Consumer

List payment account IDs by consumer ID

get/consumer/{id}/paymentAccounts

Path parameters

idstring required

Gateway consumer ID (user ID)

Headers

X-Request-IDstring

Unique ID of request

Response

Success

method'card' | 'applepay' | 'sepa' | 'sofortbanking' | 'ideal' | 'eps' | 'mybank' | 'bancontact' | 'giropay' | 'przelewy24' | 'onlinebanking' | 'skrill' | 'clickandbuy' | 'paypal' | 'pix' | 'boleto' | 'pps' | 'gash' | 'crypto' | 'paygarden' | 'alipay' | 'wechat' | 'unionpay_wallet' | 'voucher' | 'paysafecard' | 'ukash' | 'safeklick' | 'sms' | 'x1' | 'lotericas' | 'picpay' | 'deposit_express' | 'payid' | 'spei' | 'oxxo' | 'codi' | 'todito' | 'banktransfer' | 'cashpayment' | 'pse' | 'efecty' | 'tpaga' | 'pago46' | 'khipu' | 'multibanco' | 'bncr' | 'mbway' | 'papara' | 'havale' | 'webpay_chile' | 'banktransferChile' | 'khipu' | 'mach'

Payment method

numberstring

Full card number

paymentAccountIdstring

Gateway consumer ID (user ID)

brandstring
expirationMonthstring

The expiry month of the card

expirationYearstring

The expiry year of the card

disabledboolean

Shows whether card is active or inactive.

Example response

{
  "method": "card",
  "brand": "visa"
}