Skip to main content
Renew an active plan for a SIM card. You can identify the card by either its order number or ICCID. The renewal creates a new order linked to the original via mainOrderNum.
Renewal is only available for plans where flowType=0 (renewable). Check this field in the package list before offering renewal to your customers.

Request parameters

string
required
Session token.
string
required
Product SKU ID.
string
required
Package price ID for the renewal plan.
string
required
Request signature.
string
Order number. Required if iccid is not provided.
string
ICCID of the card to renew. Required if orderNum is not provided.
string
Days to order for DayPass packages (supportDaypass=1).
string
0/empty = order number; 1 = full details; 2 = PDF URL info.
string
PDF language code. See PDF Languages.
string
Your external order ID.
string
Your external line item ID.
string
Optional notes.

Response

Same structure as Place Order with backInfo=1. The renewal field is true and mainOrderNum contains the original order number.

Example