{
"type": "MERCH",
"data": {
"request_id": "123",
"merch_id": "example",
"status": "ENABLED",
"fail_reason": "example",
"order_no": "LOCAL"
}
}
curl --location --request POST 'https://open-fat.cb.paykka.com/api/v2/fx/conversion/notify' \
--header 'X-Merch-Id: M24061911365700670' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "MERCH",
"data": {
"request_id": "123",
"merch_id": "example",
"status": "ENABLED",
"fail_reason": "example",
"order_no": "LOCAL"
}
}'