Question

Stripe payment IDs

  • 7 March 2024
  • 0 replies
  • 12 views

Badge +8

Hi,

 

We’re trying to set up Stripe for web payments.

According to the documentation, we need to send with the RC API a POST request with the following parameters: subscription ID and the app user id.

 

The subscription id is the id we get when creating the subscription with Stripe starting with `sub_` correct?

For the app user id, the documentation says:

the Purchases SDK needs to be configured with the same App User ID associated with the Stripe subscription.

Does that mean we have to pass the customer id from the Stripe transaction or it can be any id?


This post has been closed for comments