GET
/
paymentMethods
/
{paymentMethodId}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

paymentMethodId
string
required

Unique identifier of the payment method.

Response

200 - application/json
bancolombiaInstant
object
bankAccount
object
createdAt
string

ISO string when the payment method was created.

customerDetails
object
customerId
string

Reference to the customer who owns this payment method.

id
string

Unique identifier for this payment method.

nequiInstant
object
status
enum<string>

Status of the payment method. 'pending' indicates the payment method is not yet available for payment requests. 'active' indicates the payment method is available for payment requests. 'error' indicates an error confirming the bank account, usually when bank info is incorrect or customer info doesn’t match with the bank account owner’s.

Available options:
pending,
active,
error
type
enum<string>

Type of payment method created. Can be "bankAccount" for an account that transacts through traditional slower banking rails, "bancolombiaInstant", or "nequiInstant" for tokenized instant payment accounts.

Available options:
bankAccount,
bancolombiaInstant,
nequiInstant
updatedAt
string

ISO string when the payment method was last updated.