Request a Physical Card
POST
https://{{env}}-lb.simplifipay.com/v1/card/{uuid}/card-type
Card
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
Path Params
uuid
string
required
Header Params
requestUuid
string
required
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
Modified at 2025-06-27 12:44:57