Refund Order
POST
Refund Order
POST {baseUrl}/open-api/v1/esim/refund
Refund a paid order to the BALANCE wallet. Full order or partial by line item / profile. May return REFUNDING for async processing. See Refunds.
Refund rules
| Case | Request |
|---|---|
| Full order | Omit items |
| Partial order | items with selected itemNo values |
| Full line item | itemNo only, omit profiles |
| Partial profiles | itemNo + profiles[] (profileId or iccid) |
At least one of orderNo and transactionId is required. Refund requests do not accept esimTranNo.
Request parameters
加载字段说明…
At least one of
orderNo and transactionId is required.Request example
Auto-generated from the OpenAPI schema; explicit
example on the schema takes precedence.加载请求示例…
Response fields
加载字段说明…
Response example
Generated from the OpenAPI schema to match the field tables above. Fields with no value may be omitted in live responses.
加载响应示例…