#kanonhian
1 messages ยท Page 1 of 1 (latest)
What are you looking to update about the payment method?
hi
happens I have a landing page
for users buying subscriptions
these users might be registered customers or not. In case they arent, well we check the payment and set de default payment with the one provided through api
but in case they already were members/customers we dont want to override any payment method they could already have registered
and this is the thing
so far I have been using
"invoice_settings" => [
"default_payment_method" => pm_xxxxx
],
Hello ๐
Taking over as Pompey needs to step away soon
If you don't want to make it a default payment method then you can just attach it to a customer
https://stripe.com/docs/api/payment_methods/attach
cool. Thanks my friend and sorry the late
NP! ๐ Happy to help