POST
/
payments
/
cancel
/
{id}
Cancel Transaction
curl --request POST \
  --url https://api.dompetx.com/v1/payments/cancel/{id} \
  --header 'X-DOMPAY-API-Key: <api-key>' \
  --header 'X-DOMPAY-Signature: <api-key>' \
  --header 'X-DOMPAY-Timestamp: <api-key>'

Authorizations

X-DOMPAY-API-Key
string
header
required
X-DOMPAY-Signature
string
header
required
X-DOMPAY-Timestamp
string
header
required

Path Parameters

id
string
required

Response

200

Transaction cancelled successfully