{
"requestId": "903c036b-b8bf-4892-b134-d5316f6463e9",
"externalId": "c66445aec4f94af0ac7246a0f77908e6",
"merchantId": "445684d438564efea3b92a8d674d5516",
"pobo": true,
"quoteId": "R20251219103309011160000002",
"sourceCurrency": "CNH",
"sourceAmount": 100,
"destinationAmount": null,
"beneficiaryId": "31d961772b964b489ff63bbed6306609",
"remittanceInfo": null
}curl --location --request POST '/v1/channel/payment/fund' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "903c036b-b8bf-4892-b134-d5316f6463e9",
"externalId": "c66445aec4f94af0ac7246a0f77908e6",
"merchantId": "445684d438564efea3b92a8d674d5516",
"pobo": true,
"quoteId": "R20251219103309011160000002",
"sourceCurrency": "CNH",
"sourceAmount": 100,
"destinationAmount": null,
"beneficiaryId": "31d961772b964b489ff63bbed6306609",
"remittanceInfo": null
}'{
"requestId": "903c036b-b8bf-4892-b134-d5316f6463e9",
"paymentId": "O20251219103315011160000001",
"externalId": "c66445aec4f94af0ac7246a0f77908e6",
"merchantId": "445684d438564efea3b92a8d674d5516",
"sourceCurrency": "CNH",
"sourceAmount": 100,
"destinationCurrency": "USD",
"destinationAmount": 14.07,
"feeCurrency": "CNH",
"feeAmount": 1,
"receivedCurrency": "USD",
"receivedAmount": 13.930,
"fxRate": 0.1407991,
"beneficiary": {
"merchantId": "445684d438564efea3b92a8d674d5516",
"type": "ENTERPRISE",
"bankName": "HSBC Hong Kong",
"bankAccount": "808-123456-001",
"currency": "USD",
"branchName": "HSBC Main Branch Central",
"bankCountry": "HK",
"bankAddress": "1 Queen's Road Central, Hong Kong",
"routingType": "swift",
"routingCode": "HSBCHKHHHKH",
"payeeName": "HONG KONG TECHNOLOGY LTD",
"payeeCountry": "HK",
"payeeCity": "Hong Kong",
"payeeAddress": "Unit 1501, 15/F, Central Plaza, 18 Harbour Road, Wan Chai",
"payeePostalCode": "999077"
},
"finalizedTime": "NULL",
"status": "INIT"
}