Skip to main content

Partial 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 partial refund of a successful payment.

Request

InformationDescription
HostProvided by boltPay
MethodPOST
Endpoint/v1/refund/{{paymentId}}
Bodyraw
Content-Typeapplication/json

Only some of partners has this improvement implemented:

PSPImplemented Partial Refund
2C2PPartial (Not all payment methods)
PaymayaNo
HomecreditNo
AscendYes
DTACYes
WorldpayNo

Request Body

{
"amount": "000000000200"
}

Response

Success

{
"success": true
}

Failure

{
"success": false
}