shopify and stripe customers

BrianByun90
Shopify Partner
8 1 11

Hello, we would like some clarification on stripe integration with shopify.

 

We are trying to allow users to choose to store their payment information on checkout in order to reuse it in future checkouts in our sales channel app.

 

We are currently using one-time tokens as described in [1] but this prevents us from reusing the payment information.

On that same page [1] it says that "If you've already tokenized the customer's credit card and created a customer in your Stripe platform account, then you can send the customer id from your platform account instead of sending the card information"

We have the following questions:

 

1. The above documentation suggests that we are able to use stripe customers instead of tokenized cards in the exact same way in the API described, but it is unclear on whether we are alllowed to use multi-use stripe sources (instead of one-use tokens) attached to said customers. Are we able to attach multi-use Sources to stripe customers and use them in the way described in the linked documentation?

 

2. Is the above API the way recommended by shopify to allow buyers to store payment info on checkout? We are building a sales mobile app sales channel.

 

[1]: https://help.shopify.com/en/api/guides/sales-channel-sdk/completing-a-payment#integrate-stripe-with-...

Replies 5 (5)
zdennis
New Member
1 0 2

Brian, I'm also interested in this. Have you learned anything since September?

yakpak_rahulm
Excursionist
13 0 4

Has this question been answered? I'm also facing this problem

danielmvieira
New Member
1 0 1

Hi,

I am also facing this problem, it would be great to get some answers from shopify when it comes to this stripe integration

alanraso
Excursionist
12 0 3

We have the same issue. Could anyone solve it?

diptibhise
Shopify Partner
2 0 1

I also have the one question based on this description on doc "If you've already tokenized the customer's credit card and created a customer in your Stripe platform account, then you can send the customer id from your platform account instead of sending the card information"

 

How the customer id pass in place of card information and in which api so that we can use same card information multiple times for future payment using shopify payment api as well?