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
Unique identifier for this payment method.
"67d7ae28-bf1d-4ee9-8a47-99358c9e6c32"
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
"active"
Reference to the customer who owns this payment method.
"e79a0b74-3aba-4149-9f74-0bb5791a6ee6"
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
"bankAccount"
ISO string when the payment method was created.
"2023-10-26T21:28:34.152Z"
ISO string when the payment method was last updated.
"2023-10-26T21:28:34.152Z"