#laxmanpula-acss-debit

1 messages · Page 1 of 1 (latest)

placid nebula
#

Hello! Let me look into this for you

#

Do you have the Payment Intent ID I can take a look at?

fickle agate
#

yes. 1 sec

placid nebula
#

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?

fickle agate
#

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?

placid nebula
fickle agate
#

thank you.. let me give it a try.

#

it worked. I appreciate your, quick help.

#

thank you.