Write order amount by customer

Hello, if i integrate your payment gateway to my webiste, will my customers be able to write whatever amount they want to pay and send me OR do i need to set the order amount beforehand and customers can’t type any randome amount?

Hi mikeyr,

It is possible to allow customers to pay any amount. We actually have a good example of that in our Merchant Panel on the Buy Token page. A user can enter any amount (within some limits) and purchase token for that amount.

The way to do it is to make an input filed on your payment page, where the amount can be entered. When the atlos.Pay method is called, simply take the value inputed in that text field and pass it to atlos.Pay in the Amount field.

We also have a donation widget, where the user can enter any amount, if your use case is accepting donations.