Skip to main content
Set the payment terms for a reserved voucher — creates a SIMPLE or CUSTOM voucher.
POST /api/v1/vouchers/:voucherId/redeem-voucher Redeeming defines what the payee expects to receive. The voucher type is automatically determined:
  • Provide expectedPaymentSIMPLE voucher (automatic network selection, supports FX)
  • Provide networks, payments, or extrasCUSTOM voucher (full control, no FX)
You cannot provide both expectedPayment and networks/payments/extras — the system picks one based on what you supply.

Parameters

Path

Body — SIMPLE voucher

Use expectedPayment for straightforward token transfers:

Body — CUSTOM voucher

Use networks, payments, and extras for smart contract interactions:

Request examples

SIMPLE voucher (EURC payment)

CUSTOM voucher (staking contract call)

Response

Response schema

Example response (SIMPLE)

Error responses