Full Refund
(TODO: Improve the texts. That was migrate as it is from confluence)
This document has the purpose of aiding the payment gateway users on how to request a refund of a successful payment.
Request
Information | Description |
---|---|
Host | Provided by boltPay |
Method | POST |
Endpoint | /v1/refund/{{paymentId}} |
Body | none |
Reseponse
Success
{
"success": true
}
Failure
{
"success": false
}