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

Redirection

PreviousRedirect FlowNextTracking & Impressions

Last updated 6 months ago

If configured to redirected to supplier, customer will be redirected to either success_url or failure_url depending on the outcome.

This redirection can happen if customer fails soft credit check or card details are entered incorrectly.

Before redirection we'll append additional parameters to the success/failure URL:

Name
Type
Description

token

String

The application token, provide in response.

success

String

true or false

signature

String

of success/failure paramters provided appended by BUMPER

initial_payment_type

String

paylater or paynow

payment_type

String

paylater or paynow

When verifying signature, only success and token fields are used in generating signature.

Hash