Cancel

Cancel application

POST {{base_url}}/v2/cancellation/

Cancel payment, cancelling payment will stop payment being taken and expire the previous link.

Headers

Name
Type
Description

Accept*

application/json

Request Body

Name
Type
Description

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

Payment token

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

Last updated