Paying amount.
It will be converted to the currency the customer is using if the source currency is different from the transaction currency.
10
sourceCurrency
Merchant accepting current
USD
currency
Customer payment current
NGN
isTestMode
Mode to switch betwwen development and production environment
true or false.
Set to true in development.
Set to false in production.
More explanantion
Toeffectivelytestapaidorfailedtransaction,it's important to include the callWhenDone() function in your kit. This function should look similar to the example provided above. It takes an argument that, when logged, will return a status object indicating either an ERROR or a successful transaction. You can then decide how to proceed based on this status.If the user clicks the close button, the system assumes no action was taken, and it will return an ERROR status. If you wish to remove the close button entirely, you can do so by adding hideCloseBtn: true to your kit.