Authorization: Token <YOUR_API_KEY>
Body
Contains information related to the payment card used in the transaction.
The first name of the client.
"Jhon"
The last name of the client.
"Doe"
The email address of the client.
"pruebas@sdk.com"
The phone number of the client.
"6181234567"
The URL to which the user will be redirected after completing the transaction.
"http://tonder.io"
The identifier for the product.
"no_id"
The quantity of the product in the transaction.
1
The identifier for the shipping information.
"0"
The instance identifier for the shipping information.
"0"
The total monetary value of the transaction.
1200
The title or type of shipping.
"shipping"
A description of the transaction.
"transaction"
The identifier for the device session.
"VXJLx0H4Fxyz09Ssfbbv0QE8JXDjnKiW"
An identifier or reference number for the order.
5730
The identifier for the business.
89
The identifier for the payment.
5744
The source of the transaction.
"sdk"
A token identifier associated with the transaction.
""
Response
Successful response
The HTTP status code indicating the success or failure of the response.
"200"
A message providing additional information about the success or failure of the response.
"Success"
The response from the payment service provider (PSP) containing detailed information about the payment transaction.
The status of the transaction, e.g., 'Success'.
"Success"
The unique identifier for the transaction.
11044
The unique identifier for the payment associated with the transaction.
5744
The payment provider used for the transaction, e.g., 'stripe'.
"stripe"
Details about the next action required for the transaction. If not applicable, an empty object is provided.
{}
An array of actions that can be performed for the transaction, each represented by an object with 'name', 'url', and 'method' properties.
[
{
"name": "verify_transaction_status",
"url": "/api/v1/stripe/business/89/payments/5744/transactions/11044",
"method": "GET"
},
{
"name": "refund_transaction",
"url": "/api/v1/stripe/business/89/payments/ch_3OZyPSK5zRUzLwaW0CyXUIVQ/refunds",
"method": "POST"
}
]