Skip to main content

Payments

When the user reaches the partner bank's payment screen, and if the user wishes to press back, the user must be taken to the merchant's cart review screen. In order to achieve this, the following code has to be added into the onBackPressed() method of the partner bank's payment activity.

Note: If this step is not added, the user will not be able to go to the Merchant's cart review screen and the UI can look like it crashed.

SampleApplication.getNucleiSDK().onPaymentAborted(nucleiPaymentInitData.nucleiPayment);