Request Refund
Use this API to initiate a refund request
Request a Refund
POST
/api/payment/refund
Initiate a refund request for a customer
Request Body
Name
Type
Description
payment_code*
String
Payment code of payment
refund_type
String
Type of refund (
full, partial, underpaid, overpaid, late
)
amount*
String
Amount to refund (must match full amount for full refund)
String
Customer email to send refund request
mobile
String
Customer mobile to send refund request
remarks
String
Comments on refund
{status}
Last updated