Reloadpi — Order status and refund schema. Returns the fulfillment state machine, polling URL, and refund endpoint for any paid order.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://api.reloadpi.com/api/catalog/esims/orders/info' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://api.reloadpi.com/api/catalog/esims/orders/info'
Endpoint: https://api.reloadpi.com/api/catalog/esims/orders/info. Operated by api.reloadpi.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Reloadpi — eSIM purchase schema and instructions. Returns the exact request format, pricing range, and example for POST /esims/purchase.
Reloadpi — Voucher purchase schema. Returns request format, recipient fields, priceType handling, and example for POST /vouchers/purchase.