Cancel
Cancel application
POST
{{base_url}}/v2/cancellation/
Cancel application, refund will be processed and PayLater agreement cancelled.
Headers
Name
Type
Description
Accept*
application/json
Request Body
Name
Type
Description
api_key*
String
This is supplier specific and provided by BUMPER
token*
String
Application token
{
"message": "",
"data": {
"token": "<token>",
"status": "cancelled"
},
"additional_data": {
"key1": "value1",
"key2": "value2",
"key3": "value3"
},
"success": true
}
Last updated