#surgical
1 messages · Page 1 of 1 (latest)
Can you supply a request header that contains the Connect account? Usually it looks something like:
const reader = await stripe.terminal.readers.processPaymentIntent( 'tmr_QXXWuw7ACjh95d22NQcSZgQy', { payment_intent: 'pi_1IKA8nDY3BzcP9iqsqKStCiP', stripe_account='{{CONNECTED_ACCOUNT_ID}}', } );
is it possible its more like this? const reader = await stripe.terminal.readers.processPaymentIntent( 'tmr_QXXWuw7ACjh95d22NQcSZgQy', { payment_intent: 'pi_1IKA8nDY3BzcP9iqsqKStCiP', }, { stripe_account:'{{CONNECTED_ACCOUNT_ID}}', } );
Is the previous syntax not working?
yeah its saying intent not found