Cancel

Cancel application

POST {{base_url}}/v2/cancellation/

Cancel application, refund will be processed and PayLater agreement cancelled.

Headers

NameTypeDescription

Accept*

application/json

Request Body

NameTypeDescription

api_key*

String

This is supplier specific and provided by BUMPER

signature*

String

Hash created through all the parameters of this request body

token*

String

Application token

{
  "message": "",
  "data": {
    "token": "<token>",
    "status": "cancelled"
  },
  "additional_data": {
      "key1": "value1",
      "key2": "value2",
      "key3": "value3"
  },
  "success": true
}

Last updated