POST
Cancel a PayID

Authorizations

app-id
string
header
required

A unique identifier assigned to each application.

secret-key
string
header
required

A secure token associated with the app-id.

Body

application/json
payid
string
required

The unique PayID to be cancelled, associated with the pending transaction.

Example:

"abc.xyz@example.co"

Response

PayID cancelled successfully.

payid
string

The PayID that was cancelled.

Example:

"abc.xyz@example.co"