Skip to main content
POST
Create a SimplePay QR entrypoint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string
required
Required string length: 8 - 255

Body

application/json
merchant_display_name
string
required
Required string length: 1 - 120
amount_mode
enum<string>
Available options:
buyer_entered,
fixed_amount,
catalog_item,
table_bill
catalog_line_item
object
description
string
Maximum string length: 280
experience
enum<string>
Available options:
merchant_qr,
table_pay
fixed_amount_minor
integer
Required range: x >= 1
is_default
boolean
metadata
object
payment_method_types
enum<string>[]
Required array length: 1 - 3 elements
Available options:
card,
spei,
oxxo
table_display_name
string
Maximum string length: 80
table_id
string<uuid>
tip_policy
object
wallets
object

Response

201

The permanent SimplePay QR entrypoint.

Last modified on September 1, 2026