Request
Body Params application/json
{
"context": {
"language": "string"
}
}
Request Code Samples
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/payments/POS/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
}
}'
Responses
application/json {
"data": {
"posList": "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