Payment Requests
Get Payment Request
Retrieves a Payment Request using the ID specified.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the payment request.
Response
200 - application/json
Amount to collect from the customer's payment method, with no more than two decimal places.
ISO string when the payment request was created.
Always "cop" (Colombian Pesos).
Reference to the customer who owns the payment method from which the payment request was created.
Unique identifier for this payment request.
Reference to the payment method from which the payment request was created.
Current status of the payment request.
Available options:
pending
, processing
, approved
, error
ISO string when the payment request was last updated.