#bowbow-minimum-amount
1 messages · Page 1 of 1 (latest)
Hi there 👋 can you elaborate what the problem is? At first glance it looks like you're only charging RM1.8 which is under our RM2 minimum for charges.
Our amount fields are ints and therefore we built them to represent the smallest currency unit, which in the case of MYR appears to be sen. So amount=90 would specify an amount of RM.90, and amount=9000 specifies an amount of RM90.00.
ok sir tq this prob solved
but here's come another one
i am currently using asp.net webform
which i wanna click the button and redirect to the payment gateway
but when i clicked the button nothing happens
this is the backend and i dont see any error
it just not redirectting
at the very least you have a typo sessinId in the Javascript so worth fixing that!
Are there any errors thrown in the browser console?
Just before the redirect, could you add a log statement to do two things:
- Have it log what you're going to pass into
redirectToCheckoutto ensure it's formatted correctly - Make sure that the listener is getting attached to the button correctly and the function is being executed when the button is clicked.