GET
/
paymentRequests
/
{paymentRequestId}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

paymentRequestId
string
required

Unique identifier of the payment request.

Response

200 - application/json
id
string

Unique identifier for this payment request.

status
enum<string>

Current status of the payment request.

Available options:
pending,
processing,
approved,
error
customerId
string

Reference to the customer who owns the payment method from which the payment request was created.

customerDetails
object
paymentMethodId
string

Reference to the payment method from which the payment request was created.

paymentMethodDetails
object
currency
string

Always "cop" (Colombian Pesos).

amount
number

Amount to collect from the customer's payment method, with no more than two decimal places.

createdAt
string

ISO string when the payment request was created.

updatedAt
string

ISO string when the payment request was last updated.

approvedDetails
object
errorDetails
object