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 Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request POST 'https://uat-lb.simplifipay.com/v1/card//renew' \
--header'requestUuid;'
to Headers,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
or
Path Params
uuid
stringÂ
required
This field contains a unique identifier of the card.
Header Params
requestUuid
stringÂ
required
A unique id is required to be passed as part of the header whenever a SimpliFi API is called from your system. This would help us in debugging in case of a discrepancy in the expected behavior of the API.
Example:
00d366f2-a6e9-4714-b172-02c4e58c29d8
Responses
🟢200OK
application/json
OK
Body
originalCardUuid
stringÂ
required
This is a system-generated unique identifier of the card being renewed.
renewedCardUuid
stringÂ
required
This is a system-generated unique identifier of the renewed card that is issued in place of the original card.