Skip to main content
GET
Get exact tenant payment economics (payment-operations)

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required
Pattern: ^spatt_[a-z0-9]{32}$

Response

200 - application/json

One tenant/environment-scoped payment financial fact.

object
any
required
id
string
required
Pattern: ^spatt_[a-z0-9]{32}$
currency
string
required
Pattern: ^[a-z]{3}$
base_amount_minor
string
required
Maximum string length: 19
Pattern: ^[1-9][0-9]{0,18}$
payer_financing_amount_minor
string
required
Maximum string length: 19
Pattern: ^(0|[1-9][0-9]{0,18})$
gross_amount_minor
string
required
Maximum string length: 19
Pattern: ^[1-9][0-9]{0,18}$
simplepay_fee_amount_minor
string
required
Maximum string length: 19
Pattern: ^(0|[1-9][0-9]{0,18})$
merchant_net_amount_minor
string
required
Maximum string length: 19
Pattern: ^(0|[1-9][0-9]{0,18})$
fee_reconciliation
object
required

Comparison of the immutable SimplePay fee with the latest scoped financial fact. pending means conclusive evidence is not present; absence is never inferred as a match.

payment_method_type
enum<string>
required
Available options:
card,
oxxo,
spei
payment_rail
enum<string>
required
Available options:
card_not_present,
card_present,
oxxo,
spei
installment_months
enum<integer> | null
required
Available options:
3,
6,
9,
12,
18,
24,
null
surface
enum<string>
required
Available options:
hosted_checkout,
payment_links,
tap_to_pay,
terminal
source_ref
string | null
required
Maximum string length: 160
Pattern: ^sp[a-z0-9]*_[A-Za-z0-9_-]{3,150}$
status
enum<string>
required
Available options:
canceled,
failed,
pending,
processing,
reconciliation_required,
requires_action,
requires_payment_method,
succeeded
created_at
string<date-time>
required
updated_at
string<date-time>
required
Last modified on September 1, 2026