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
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Path Params
Header Params
Responses
🟢200OK
OK
This response does not have a body.
🟠400Bad Request
🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request POST 'https://uat-lb.simplifipay.com/v1/card//card-type' \
--header'requestUuid;' \
--header'Authorization: Bearer <token>'