WhatsApp Payments
Process Payment Refund
Use this API to initiate a refund for a completed transaction through supported payment gateways such as RazorPay.
post/v2/payments/refund/payments_refund
Parameters
#/paths/~1v2~1payments~1configuration/post/parameters/0 — unresolved $ref
Request body
Example request
{
"reference_id": "100",
"speed": "normal",
"payment_config_id": "vishal_test_10_10",
"amount": {
"currency": "INR",
"value": 100,
"offset": 100
}
}Response
Refund initiated successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.