#aryaxt

1 messages · Page 1 of 1 (latest)

sturdy plazaBOT
daring roost
#

Hello! No, it should not be your internal customer ID, it needs to be the Stripe Customer ID. Can you provide more details about what you're trying to do and what's blocking you?

zealous kettle
#

So my initial implementation did not set configuration.customeron the iOS app, and it sounds like if I do pass that to native it'll display the previous payment for returning customers, so I'm trying to create a customer as well as creating a payment intent

daring roost
#

Sorry, I'm not sure I follow. Generally speaking Stripe creates a Customer ID starting with cus_ when a Customer object is created. The IDs of your customers in your own system are usually separate from that, and mapping one to the other can be done however you want. Some people use metadata on the Customer object for this, for example.

zealous kettle
#

ok thank you, let me go over the documentation again, maybe I misunderstand