Redirection
Last updated
Last updated
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:
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.