#brenda_starr
1 messages · Page 1 of 1 (latest)
Hi there
hello
You can't create recurring payments for a "Guest" customer
You have to actually have the PaymentMethod attached to a Customer object to do this.
What integration flow are you using currently?
but we have one client who paid us one time, how come his card details was stored and we have processed recurring payment adter
Can you give me that Customer ID and I can look?
where can i find the customer ID?
When you view the Customer in your Dashboard it should be on the left side or up in the URL
Looks like cus_xxxx
gcus_1NT7puD0g1VrJeca4pmY0TAD
Okay so looks like that Guest Customer was created due to a Checkout Session
When you create the Checkout Session you want to pass payment_intent_data.setup_future_usage and customer_creation: always so that the PaymentMethod is properly attached to a Customer object
Ah you are using a Payment Link actually
It was the client who make the 1st payment
yes
So yeah when you create your Payment Link you need to tick the box that says Save payment details for future use
You did not do that for this Payment Link that was used for this guest customer
oh where can i find that
Under the Advanced options on the first page when you create a Payment Link in the Dashboard
okay noted thank you very much