{
"request_id": "string",
"branch_id": "string",
"product_id": 0,
"client_id": "string",
"accounts": [
"iban",
"currency"
]
}
curl --location --request POST 'https://api.freedompay.kz/v5/card-api/card/issue' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "string",
"branch_id": "string",
"product_id": 0,
"client_id": "string",
"accounts": [
"iban",
"currency"
]
}'
ok
: Request completed successfully.error
: Request completed with an error.YYYY-MM-DDThh:mm:ss+hh:mm
).{
"status": "string",
"request_status": "string",
"dt": "2019-08-24T14:15:22Z"
}