I need to charge several payments from a credit card on a monthly basis (different amounts). As far as I understand I can get nonce using Accept.js which is valid duing 15 minutes and for one payment only.
Is there any way to obtain a nonce which will work for execute several payments?
Will it work if I create customer profiles and use profileId to initiate card charging several times with different amounts?
Solved! Go to Solution.
โ07-25-2017 08:24 AM
Hello @bavov
The payment nonce can only be used once. But it can be used to create a customer profile which you can then use for a payment. Or alternatively, you can create a payment and then use createCustomerProfileFromTransaction to create a customer profile for subsequent payments.
Richard
โ07-25-2017 09:59 AM
Hello @bavov
The payment nonce can only be used once. But it can be used to create a customer profile which you can then use for a payment. Or alternatively, you can create a payment and then use createCustomerProfileFromTransaction to create a customer profile for subsequent payments.
Richard
โ07-25-2017 09:59 AM