Delete payment by Id

Delete a payment. Only applicable to payments with status pending.

SecurityApi-Key
Request
path Parameters
id
required
string <= 255 characters

Payment identifier

Responses
200

Successful operation.

Response Schema: application/json
message
required
string

Message to be displayed to the user.

Example: "Message."
400

Bad request

401

Unauthorized - Invalid or missing credentials

403

Forbidden

404

Not found - Resource not available

500

Internal server error

delete/v3/payments/{id}
Request samples
Response samples
application/json
{
  • "message": "Message."
}