Changing the Redirect Behavior When Using bit
If your payment page uses bit as a payment method, the disableBitRedirect property of uiCustomData lets you change the redirect behavior on mobile devices after completing a payment in the bit application.
By default, after completing a payment in the bit application, the customer is redirected straight to the success or cancel URL on your merchant website.
If you set disableBitRedirect to true, the customer is first redirected to a static page asking them to return to the original payment page where the transaction started.
<paymentPageData>
<ppsJSONConfig>
{
"uiCustomData": {
"disableBitRedirect": true
}
}
</ppsJSONConfig>
</paymentPageData>Last updated
Was this helpful?