GET
/
paymentRequests
/
{paymentRequestId}

Authorizations

Authorization
string
header
required

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
amount
number

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

approvedDetails
object
createdAt
string

ISO string when the payment request was created.

currency
string

Always "cop" (Colombian Pesos).

customerDetails
object
customerId
string

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

errorDetails
object
id
string

Unique identifier for this payment request.

paymentMethodDetails
object
paymentMethodId
string

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

status
enum<string>

Current status of the payment request.

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

ISO string when the payment request was last updated.