#moaoran-xero-apple
1 messages · Page 1 of 1 (latest)
@silent hawk it depends a bit on your integration. I recommend reading https://stripe.com/docs/stripe-js/elements/payment-request-button?html-or-react=html#html-js-using-with-connect
If you use Direct Charges (https://stripe.com/docs/connect/direct-charges) then yes, and you have to do this in Live mode for it to work
thanks @analog wren , yeah we are using direct charge. And from the doc, it dosent mention what account status is requried to make this registration domain call, so I assume it could be just connected status, am I right?
not sure what you call "connected status"
sorry my bad. I think I understand it now. Thanks
Status is more of our own concept, but I guess we can't make this call if the user hasn't completed whole Stripe onboarding process yet
yeah and it needs to happen in Live mode too