The Request a Physical Card endpoint issues a Physical card against the Card UUID of the activated virtual card. Note (this endpoint is specific to physical cards and cannot be used for virtual cards. Physical cards should be issued only for a virtual card in ACTIVE status). 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//card-type' \
--header'requestUuid;'
Response Response Example
{"errorCode":"99997","message":"General Error"}
Request
Authorization
JWT
Add the parameter
Authorization
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.