Bumper API Documentation
  • BUMPER API Documentation
  • Reference
    • Payment Solutions
      • PayByLink
        • PayLater
          • Start Payment
            • Example Request
          • Products
          • Status
          • Update
            • Example Request
          • Cancel
            • Example Request
        • PayNow
          • Start Payment
            • Example Request
          • Status
          • Update
            • Example Request
          • Cancel
            • Example Request
          • Refund
            • Example Request
      • PayInStore
        • Start Payment
          • Example Request
        • Status
        • Update
          • Example Request
        • Cancel
          • Example Request
        • Refund
          • Example Request
  • Webhooks
  • Authentication
  • Redirect Flow
  • Redirection
  • Tracking & Impressions
  • Test Environment
  • Best Practice
  • Calculator iFrame
  • FAQ
  • Changelog
Powered by GitBook
On this page
  1. Reference
  2. Payment Solutions
  3. PayByLink
  4. PayLater

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

signature*

String

token*

String

Application token

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

PreviousExample RequestNextExample Request

Last updated 1 year ago

created through all the parameters of this request body

Hash