/debitcard/createhasilatcard
Request
Body Params application/json
{
"context": {
"language": "string"
},
"account": {
"accountFrm": "string",
"branchCode": 0,
"number": 0,
"numberDetail": "string",
"suffix": 0
},
"cardEmbossName": "string",
"mailOrderDomestic": true,
"mailOrderAbroad": true,
"ecommerceDomestic": true,
"ecommerceAbroad": true,
"withdrawalATMDomestic": true,
"withdrawalATMAbroad": true,
"posDomestic": true,
"posAbroad": true
}
Request Code Samples
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/debitcard/createhasilatcard' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
},
"account": {
"accountFrm": "string",
"branchCode": 0,
"number": 0,
"numberDetail": "string",
"suffix": 0
},
"cardEmbossName": "string",
"mailOrderDomestic": true,
"mailOrderAbroad": true,
"ecommerceDomestic": true,
"ecommerceAbroad": true,
"withdrawalATMDomestic": true,
"withdrawalATMAbroad": true,
"posDomestic": true,
"posAbroad": true
}'
Responses
application/json {
"data": {
"cardNumber": "string"
},
"header": {
"detailCode": "string",
"message": "string",
"status": "string",
"statusCode": 0,
"txId": "string",
"warnings": [
{
"key": "string",
"text": "string"
}
]
}
}
Modified at 2024-07-25 20:22:28