#ajay0305
1 messages ยท Page 1 of 1 (latest)
Hi! Let me help you with this.
You mean the default payment method of a Customer object?
No
Could you please clarify the question?
ok wait a min
i have added two receiving card on the stripe for account, how to switch to default between then
are you getting my point?
connect type account
You mean for payouts?
yes
What type of connected accounts you use? Standard/Express/Custom?
You can update it via API: https://stripe.com/docs/api/accounts/update#update_account-external_account
ok let me check i will come back to you after trying this
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
this is correct
but the problem is that you're calling the method ChangeCustomer and you're dealing with the Connected Accounts instead of Customers
ok i will check and come back to you after try this
to set default which parameter i need to use
are you there dear?
How to set default that thing using ASP.Net
is this for billing?
for payouts
Okay, let me update once you checked
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes got it done
you would have to use instead the DefaultForCurrency property instead of the Metadata property
DONE