cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Cannot perform multiple credit card payments with nonce

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?

bavov
Member
1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

RichardH
Administrator Administrator
Administrator
1 REPLY 1

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

RichardH
Administrator Administrator
Administrator