x

How to create recurring payment API?

[The title of this thread has been edited from the original: Reccuring Payments]

 

I am a developer. I require the following workflow:

1. customer intitiates purchase / enters details in react native app. 

2. abiliity to continue to bill customer every month. preferably initiated through api. 

 

Is this supported by the api? I am finding it difficult to find the correct documentation. 

774 Views
Message 1 of 2
Report
1 REPLY 1
Admin

Hey @jameswatkins-

 

Thanks for your post.

 

For #1, you should take a look at the react native plug-in, which you might have already.


For # 2, you will need to save the card on file (using the nonce from the In-App Payment SDK), and charge it at a later date. There are two docs to help out here are save cards on file cookbook: 

 

Customers-API: Cards on File

Customers-API: Cards on File Continued

 

I hope this information helps! If not, please contact our API team ​​​​.

723 Views
Message 2 of 2
Report