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. 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
🟢200
application/json
OK
Bodyapplication/json
🟠400EntityNotFoundError
🟠401UnauthorizedError
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--globoff--request POST 'https://uat-lb.simplifipay.com/v1/card//renew' \
--header'requestUuid;' \
--header'Authorization: Bearer <token>'