I have tried this data
“{”_links":{“source”:{“href”:“https://api-sandbox.dwolla.com/funding-sources/d68d55a5-bf3f-46e0-a8e8-4fc9723cfdcf"},“destination”:{“href”:“https://api-sandbox.dwolla.com/funding-sources/b5c1e7ac-d704-46d8-b20d-c7258774fc70”}},“amount”:{“currency”:“USD”,“value”:“10.00”},“metadata”:{“paymentId”:“12345678”,“note”:"payment for completed work Dec. 1”},“fees”:[{"_links":{“charge-to”:{“href”:"https://api-sandbox.dwolla.com/customers/d795f696-2cac-4662-8f16-95f1db9bddd8"}},“amount”:{“value”:“2.00”,“currency”:“USD”}}],“clearing”:{“destination”:“next-available”},“achDetails”:{“source”:{“addenda”:{“values”:[“ABC123_AddendaValue”]}},“destination”:{“addenda”:{“values”:[“ZYX987_AddendaValue”]}}},“correlationId”:“8a2cdc8d-629d-4a24-98ac-40b735229fe2”}"
i have got this error how to solve please help me
{“code”:“ValidationError”,“message”:“Validation error(s) present. See embedded errors list for more details.”,"_embedded":{“errors”:[{“code”:“Invalid”,“message”:“Unable to charge fee to specified destination.”,“path”:"/fees/_links/charge-to/href","_links":{}}]}}