{
"fromBusinessId": 1,
"toBusinessExternalAccountId": 2,
"fromCurrencySymbol": "NGN",
"toAmount": "100000.0",
"purpose": "GOODS_PURCHASED",
"invoiceUrl": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf"
}
curl --location --request POST 'https://partners-api.service.cedar.money/bpapi/v1/receive/' \
--header 'x-api-key: CEDAR_DEV_api_key_b0ab5b29-caa7-4fa6-9f94-51dbc145e9ed' \
--header 'x-api-secret: CEDAR_DEV_api_secret_YtGc1iMIdVaSlE3yeBxS3Y6RY3j933s3YdTloLZjY9ar7T5vuVTGPovoRplo7PSZbYg2RLV9yJ3ZT7BctcxxPSR5pQpEMndj3EJB' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromBusinessId": 1,
"toBusinessExternalAccountId": 2,
"fromCurrencySymbol": "NGN",
"toAmount": "100000.0",
"purpose": "GOODS_PURCHASED",
"invoiceUrl": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf"
}'
{
"businessRequestId": 1,
"creationTime": 1741020401272,
"lastUpdateTime": 1741020401272,
"toAmount": "100000.0",
"fromAmount": null,
"purpose": "GOODS_PURCHASED",
"quoteApprovedDate": null,
"depositApprovedDate": null,
"depositReceivedDate": null,
"depositReceivedAmount": null,
"payout": null,
"fromCurrencySymbol": "NGN",
"toCurrencySymbol": "USD",
"fromBusinessId": 1,
"toBusinessExternalAccountId": 2,
"toBusinessId": 2,
"clientStatus": "Receive_PENDING",
"bankDetails": null
}