#Monkey D. Luffy
1 messages · Page 1 of 1 (latest)
Hi, which API specifically? Generally I think yes with the Stripe Account header
stripe.api_key = ''
stripe.terminal.Reader.create(
registration_code="{{READER_REGISTRATION_CODE}}",
label="Alice's Reader",
location='{{LOCATION_ID}}',
)
This one
Please redact your secret key
It's sample one from stripe itself
Yep please redact it. It could take your key inside
edit -> sk_xxx
And yes should be possible using the Stripe Account header
Do you mean a specific terminal device by stripe POS?
In General I am asking, we are building Marketplace where sellers can sell online and offline In offline we are accepting In person payments, for this we have to Integrate stripe POS
Then I would recommend starting with this Doc: https://stripe.com/docs/terminal it has step-by-step guide