{ "reason": "WRONG_PAYMENT_AMOUNT", "otherReason": "Other Reason" }
curl --location --request POST 'https://partners-api.service.cedar.money/bpapi/v1/receive/cancel/' \ --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 '{ "reason": "WRONG_PAYMENT_AMOUNT", "otherReason": "Other Reason" }'
{ "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_CANCELED", "payoutStatus": "NONE", "cancelReason": "WRONG_PAYMENT_AMOUNT", "bankDetails": null }