cURL
curl --request POST \ --url https://api.cadanapay.com/v1/sandbox/business-deposits \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "value": { "amount": 10000, "currency": "USD" }, "description": "Payroll 10/10" } '
{ "code": "invalid_request_body", "message": "The request body provided is not valid", "params": { "field": "Value is invalid." } }
Add funds to a business for payroll
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Deposit funds to a business in sandbox
Show child attributes
description for the deposit
"Payroll 10/10"
Successful operation