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
)
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
What happens?: Once you request a refund on a payment the customer communication will be begin via email
and/or mobile
. The customer will go through the process of providing the refund method, for example, they could request a refund to their Bank Account or to their Crypto Address depending on the asset being refunded.
Last updated