Only payments in the same currency are supported: the payment currency and the payee currency must be the same
Request
Body Params application/json
{
"amount": 1,
"currency": "EUR",
"beneficiary_id": "string",
"postscript": "string",
"request_id": "string"
}
Request Code Samples
curl --location 'http://prod-cn.your-api-server.com/api/v2/merch/pay/apply' \
--header 'X-Merch-Id: M24061911365700670' \
--header 'Content-Type: application/json' \
--data '{
"amount": 1,
"currency": "EUR",
"beneficiary_id": "string",
"postscript": "string",
"request_id": "string"
}'
Responses
{
"fee_amount": 0,
"beneficiary_type": "PAY",
"status": "PROCESSING"
}
Modified at 2026-04-16 08:40:47