v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Cancel the payment transaction of a class booking

This API helps you to cancel the payment transaction flow of your class booking.

You must specify appropriate data for the invoice_id parameter in the API request.

get/v1/Catalog/Invoices/{invoice_id}/Cancel

Path parameters

invoice_idstring required

Unique 32-character identifier of the invoice of the class booking.

Response

200

successboolean
{"stackTrail":"paths:/v1/Catalog/Invoices/{invoice_id}/Cancel:get:responses:200:content:application/json:schema:properties:error","oasType":"schema","type":"unknown"}

Example response

{
  "success": true
}