Renew SIM Plan

1PSIM allows you to renew your SIM at any time before it expires, or within 7 days after expiration during the grace period.

Create a new user

POST /subscriber/sim/{esn}/reconnect

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

paymentGateway

string

fixed value "balance"

planPricingId

string

The plan pricing you want to renew to.

Response

{
  "statusCode" :"200"
}

Last updated