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. PayInStore

Update

POST {{base_url}}/v2/update/

Allows amount and invoice number to be updated. The amount can be increased or decreased to the minimum or maximum dealership product thresholds.

Headers

Name
Type

Content-Type*

application/json

Accept*

application/json

Request Body

Name
Type
Description

amount*

String

The payment amount required from the customer.

api_key*

String

This is supplier specific and provided by BUMPER

signature*

String

token*

String

Application token

invoice_number

String

The supplier invoice number

product_description

Array

The description of items paid by customer.

NOT SIGNED Increasing/Decreasing/Maintaining Amount

{
    "success": true,
    "message": "",
    "data": {
        "token": "cd2dd3b9ad2c4369a46e709295d13368"
    }
    "additional_data": {
        "key1": "value1",
        "key2": "value2",
        "key3": "value3"
    }
}

SIGNED Decreasing/Maintaining Amount

{
    "success": true,
    "message": "",
    "data": {
        "token": "cd2dd3b9ad2c4369a46e709295d13368"
    }
    "additional_data": {
        "key1": "value1",
        "key2": "value2",
        "key3": "value3"
    }
}

SIGNED - Increasing Amount

{
    "success": true,
    "message": "",
    "data": {
        "token": "cd2dd3b9ad2c4369a46e709295d13368",
        "redirect_url": "<url>"
    }
    "additional_data": {
        "key1": "value1",
        "key2": "value2",
        "key3": "value3"
    }
}
{
    "success": false,
    "message": "Message"
}
PreviousStatusNextExample Request

Last updated 4 months ago

created through all the parameters of this request body

Hash