Credit
Credits are payment refunds issued by a merchant to a cardholder after the cardholder paid for a product or service, which is then processed by the merchant. Upon approval of a credit request, the issuer moves funds from the merchant bank (acquirer) account to the customer's account. The standard timeframe for the acquirer to transfer funds from the merchant account is typically 2 to 4 days.
With these endpoint we can get the following response
{
"status": "success",
"message": "Credit successful",
"data": {
"transaction_info": {
"type": "credit_response",
"reference_code": "123456789",
"transaction_id": "0001709064963668730958",
"request_id": "7090649650186344904953",
"status": "Pending",
"reconciliation_id": "7090649650186344904953",
"created_at": "2024-02-27T20:16:05Z"
},
"order_info": {
"amount_details": {
"credit_amount": 1000,
"currency": "COP"
}
}
}
}
Last updated
Was this helpful?