#surgical

1 messages · Page 1 of 1 (latest)

toxic latchBOT
cold solar
#

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}}', } );

swift thunder
#

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}}', } );

cold solar
#

Is the previous syntax not working?

swift thunder
#

yeah its saying intent not found