Good day guys, I need help doing something like this in bubble. I know it is achievable with stripe but I am finding it difficult to integrate the API call for this particular events.
Please, this is kind of urgent
Doing what?
Thank you, I am trying to generate my users customer card details from stripe after a successful transactions.
You can retrieve the last 4 digits of a card number (if that’s what you’re asking), and other available card details, by using the Retrieve a card endpoint on Stripe’s API.
If you’re using a plugin instead of making your own API calls then, depending on what plugin you’re using, there is probably a data call for that in the plugin (refer to the plugin docs for details).
I am not using a plugin and I am using the API connector and don’t seem to connect it right. I am going to share with you some screenshots now
If you look closely, we have two parameters that can be changed which are the customer ID and the Card ID. I have gotten the customer ID, how do i get the one for the card?
You either need to store it somewhere, or retrieve it from Stripe.
You can use the ‘List all cards’ API call to retrieve a list of all card for a Customer.
Thank you, let me try that
This topic was automatically closed after 70 days. New replies are no longer allowed.