{
"context": {
"language": "string"
}
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/payments/hgs/params' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
}
}'
{
"data": {
"productType": [
{
"keyField": "string",
"valueField": "string"
}
],
"deviceCost": [
{
"keyField": "string",
"valueField": "string"
}
],
"bsmvAmount": [
{
"keyField": "string",
"valueField": "string"
}
],
"minimumBalance": [
{
"keyField": "string",
"valueField": "string"
}
],
"firstChargingAmount": [
{
"keyField": "string",
"valueField": "string"
}
],
"chargingAmounts": [
0
],
"vehicleClasses": [
0
]
},
"header": {
"message": null,
"status": "string",
"statusCode": 0,
"detailCode": null,
"txId": null,
"warnings": [
null
]
}
}