#remi.lapierre
1 messages · Page 1 of 1 (latest)
If the charge is associated with a customer object, it should have the customer's ID in its customer field. Do you have a charge that you know should have a customer but doesn't?
I am trying to create a charge using only the charge id of a connected client
I don't fully understand this, can you explain more of what you are trying to do here?
I store the charge id but not the customer id on my db
And im trying to recharge the customer
Using php
The goal will be to be able to "recharge" the connected client id, using only the stripe id on my db
I wonder if its possible
If you didn't associate their payment method with a Customer object originally, I don't think you can re-use it after the fact.
And this is a Terminal integration I assume? I can try to find docs on how to save and reuse payment methods like this in future
@analog thicket Just checking in. Do you still need help on this?