ClientPayment object. Required: client_id, amount, and payment_method. payment_method should be one of the account's configured payment methods (e.g. cash, bank, cheque, or an enabled online gateway key).202 Accepted and the new payment id.curl --location --globoff 'https://.daftara.com/api2/client_payments.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{"ClientPayment": {"client_id": 28, "amount": 150.5, "payment_method": "cash", "date": "2026-06-28"}}'{
"result": "successful",
"code": 202,
"id": 2415
}