curl --location --request POST '/v1/cp/Issuing/CreatePrepaidCard' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_number": "4479562207",
"wallet_number": "1154146993",
"account_type": 1,
"currency_code": "TRY",
"product_code": "003-003",
"delivery_address": {
"city": "İstanbul",
"city_code": "34",
"town_code": "1708",
"address_type": "W",
"country_code": "TR",
"district": "Üsküdar",
"Address1": "Küçükçamlıca Mah. Ord. Prof. Fahrettin Gökay Cad. ",
"Address2": "No:49, Küçük Çamlıca No:49",
"Address3": "",
"Address4": "",
"address_code": "1",
"zip_code": "34674"
}
}'
{
"status": 0,
"code": "200",
"message": "Kartınız oluşturuldu",
"payload": {
"card_no": "434610nlwylh0880",
"auth_ecom": true,
"auth_moto": true,
"auth_contactless": true,
"auth_int": true,
"set_limit": false,
"card_transaction_limit": 0.0,
"card_monthly_limit": 0.0,
"card_daily_limit": 0.0,
"card_transaction_limit_remaining": 0.0,
"card_monthly_limit_remaining": 0.0,
"card_daily_limit_remaining": 0.0,
"daily_max_amount": 0.0,
"weekly_max_amount": 0.0,
"monthly_max_amount": 0.0,
"yearly_max_amount": 0.0,
"created_date_utc": "2024-09-14T11:43:51.4321672Z",
"updated_date_utc": "2024-09-14T11:43:51.6119128Z",
"card_type": "Prepaid"
}
}