#Monkey D. Luffy

1 messages · Page 1 of 1 (latest)

vapid idolBOT
manic tinsel
#

Hi, which API specifically? Generally I think yes with the Stripe Account header

idle fossil
#

stripe.api_key = ''

stripe.terminal.Reader.create(
registration_code="{{READER_REGISTRATION_CODE}}",
label="Alice's Reader",
location='{{LOCATION_ID}}',
)

#

This one

manic tinsel
#

Please redact your secret key

idle fossil
#

It's sample one from stripe itself

manic tinsel
#

Yep please redact it. It could take your key inside

#

edit -> sk_xxx

#

And yes should be possible using the Stripe Account header

idle fossil
#

Sure Thanks for confirming

#

Can you also guide me How stripe POS works

manic tinsel
#

Do you mean a specific terminal device by stripe POS?

idle fossil
#

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

manic tinsel
#

Then I would recommend starting with this Doc: https://stripe.com/docs/terminal it has step-by-step guide

Use Stripe Terminal to accept in-person payments and extend Stripe payments to your point of sale.