{
"type": "MERCH",
"data": {
"merch_id": "example",
"status": "ENABLED",
"currency": [
"EUR"
],
"country_code": "example",
"account_type": "LOCAL",
"account_no": "example",
"bic": "example",
"bank": "example",
"bank_name": "example",
"bank_address": "example",
"c_rsc_id": "example"
}
}
curl --location --request POST 'https://open-fat.cb.paykka.com/api/v2/merch/va/notify' \
--header 'X-Merch-Id: M24061911365700670' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "MERCH",
"data": {
"merch_id": "example",
"status": "ENABLED",
"currency": [
"EUR"
],
"country_code": "example",
"account_type": "LOCAL",
"account_no": "example",
"bic": "example",
"bank": "example",
"bank_name": "example",
"bank_address": "example",
"c_rsc_id": "example"
}
}'
{}