Get Payment Method
Retrieves a Payment Method using the ID specified.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the payment method.
Response
ISO string when the payment method was created.
Reference to the customer who owns this payment method.
Unique identifier for this payment method.
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.
pending
, active
, error
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.
bankAccount
, bancolombiaInstant
, nequiInstant
ISO string when the payment method was last updated.