Skip to main content
POST
/
v1
/
payment
/
{id}
/
cancel
Cancel payment
curl --request POST \
  --url https://api.sandbox.finsei.com/v1/payment/{id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.finsei.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Either payment id (integer) or payment uuid (UUID string)

Response

OK

success
boolean