Payments
This request is a bundled, authorization and capture. Some processors require a payment transaction instead of using separate (authorization and capture) requests.
With these endpoint we can get the following response
{
"status": "success",
"message": "Payment sucessful",
"data": {
"transaction_info": {
"type": "payment_response",
"reference_code": "123456789",
"transaction_id": "0001708984029002777379",
"request_id": "7089840305786411604953",
"status": "Authorized",
"response_code": "00",
"reconciliation_id": "7089840305786411604953",
"created_at": "2024-02-26T21:47:11Z"
},
"order_info": {
"amount_details": {
"authorized_amount": 1000,
"currency": "COP"
}
},
"processor_info": {
"approval_code": "831000",
"transaction_id": "016153570198200",
"avs": {
"code": "Y",
"codeRaw": "Y"
}
}
}
}
Last updated
Was this helpful?