#laxmanpula-acss-debit
1 messages · Page 1 of 1 (latest)
Hello! Let me look into this for you
Do you have the Payment Intent ID I can take a look at?
yes. 1 sec
Next time you can just share the PI ID (should have the secret_yyy bit). This is test mode so it should be fine, but in general you don't want to be sharing PI secrets
In your client-side code are you making sure to also set the Stripe-Account header?
got it. thank you for letting me know.
how to set the header? here is the piece of code..
stripe.confirmAcssDebitPayment(clientSecret, {
stripe_account : "acct_1JXXXXXXXXX",
payment_method: {
billing_details: {
name: accountholderName,
email: email,
},
},
}).then(function(result) {}
on client side, i have never worked. can you help me how to set the Stripe-Account header on cleint side?
We have an example here: https://stripe.com/docs/connect/authentication#adding-the-connected-account-id-to-a-client-side-application