Refunds - Create[Refund pending payment]
POST {{baseUrl}}/refunds
To create a refund againt an already processed payment
Request Body
{"payment_id"=>"{{payment_id}}", "amount"=>"6540"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
Accept | string |