The Renewal of the Card endpoint renews an expired, lost, or stolen card. In this case, a new Primary Account Number (PAN) would be issued from the prevalent settings of the relevant card program. Following are the properties of this endpoint.
Request
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Path Params
Header Params
Responses
🟢200OK
application/json
OK
Body
🟠400Bad Request
🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request POST 'https://uat-lb.simplifipay.com/v1/card//renew' \
--header'requestUuid;' \
--header'Authorization: Bearer <token>'