New Payments Endpoints
We've added /payments
and /payments/:id
endpoints to make it easier to fetch all claim payments in your Claimable account, without needing to go through the nested payment endpoint (e.g. /claims/:claim_id/payments
) to access payment information.
Payments continue to belong to a parent claim record, but these new endpoints mean you no longer need to iterate through every claim in order to fetch payments in bulk, reducing the work needed to build integrations with your accounting/payments platforms, or simply when pulling data for reporting purposes.
Please note: in order to create, update and delete payments you still need to make requests to the nested payments endpoints because only GET
actions are supported by the new /payments
and /payments/:id
endpoints.
You can read more in the API reference below:
Payments
- List All Payments in your account
- Get a Single Payment in your account.