API reference

Instant vs Batch Payment Request Differences#

Instant Payment (exact) vs Batch Payment (aggr_deferred) Request Differences#

Fieldexactaggr_deferred
accepted.scheme"exact""aggr_deferred"
accepted.extra.sessionCertNoneRequired: session key certificate (base64)
payload.signatureEOA signaturesession key signature
syncSettle (settle endpoint)Optional, defaults to falseNot applicable
settle response transactiontxHashEmpty string
TIP

sessionCert flow: Buyer includes it in accepted.extra.sessionCert → Seller passes it through as-is → Facilitator extracts it internally for TEE signature verification and signature conversion. Seller does not need to parse this field.