{
"request_id": "string"
}
curl --location --request POST 'https://open-fat.cb.paykka.com/api/v2/merch/va/inquiry' \
--header 'X-Merch-Id: M24061911365700670' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "string"
}'
{
"request_id": "string",
"type": "LOCAL",
"country_code": "string",
"currencies": [
"EUR"
],
"account_no": "string",
"status": "ENABLED",
"bank_name": "string",
"bank_address": "string",
"account_holder_name": "string",
"bic_swift_code": "string",
"routing_number": "string"
}