#jo07453

1 messages · Page 1 of 1 (latest)

silk shardBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

  • jo07453, 40 minutes ago, 18 messages
sleek trail
stark otter
#

I guess I know what is happening. I dont have a default payment method. Currently I am storing the payment method on the checkout session with this flag


'application_fee_amount' => 123, 

'transfer_data' =>['destination' =>$destination],

'setup_future_usage' => 'off_session',

],````
#

is there a way to set this as a default payment method after a checkout happens?

sleek trail
#

No, you should always specify a payment_method when confirming a payment_intent.

stark otter
#

And how can I get the last card payment method uploaded?

sleek trail