{
"context": {
"language": "string"
},
"cardNumber": "string",
"mailOrderDomestic": true,
"mailOrderAbroad": true,
"ecommerceDomestic": true,
"ecommerceAbroad": true,
"withdrawalATMDomestic": true,
"withdrawalATMAbroad": true,
"posDomestic": true,
"posAbroad": true,
"is3DSecure": true
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/debitcard/updateshoppingauthorization' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
},
"cardNumber": "string",
"mailOrderDomestic": true,
"mailOrderAbroad": true,
"ecommerceDomestic": true,
"ecommerceAbroad": true,
"withdrawalATMDomestic": true,
"withdrawalATMAbroad": true,
"posDomestic": true,
"posAbroad": true,
"is3DSecure": true
}'
{
"data": "string",
"header": {
"detailCode": "string",
"message": "string",
"status": "string",
"statusCode": 0,
"txId": "string",
"warnings": [
{
"key": "string",
"text": "string"
}
]
}
}