Skip to main content
POST
/
payments
/
{id}
/
refund
Initiate a payment refund
curl --request POST \
  --url https://api.example.com/payments/{id}/refund \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Path Parameters

id
string
required

Payment ID

Body

application/json

Initiate a payment refund params

The body is of type object.

Response

Refund details

The response is of type object.