#cashiersprit
1 messages · Page 1 of 1 (latest)
Hi there
You need to activate in your dashboard payment methods that accept aud currency, what payment_methods are you expecting to have ?
we are using latest payment element + automatic payment method
{
"transfer_data": {
"destination": "acct_1DqKGhIIzcTi0dt1"
},
"amount": "6500",
"on_behalf_of": "acct_1DqKGhIIzcTi0dt1",
"automatic_payment_methods": {
"enabled": "true"
},
"currency": "aud",
"secret_key_confirmation": "required"
}
all the requests are the same from our side. not sure why only this one failed
is AUD needing a special config? I don't know where to turn on accepting AUD . Thanks for your advice
Actually you are creating this payment_intent on_behalf of this connected account acct_1DqKGhIIzcTi0dt1 which is Restricted actually, that why you can't æccept payment for it, you need to fix it before
https://dashboard.stripe.com/connect/accounts/acct_1DqKGhIIzcTi0dt1/activity
ah, the account has been restricted by stripe. thanks for your hints