How do I find which Items were included in a batch through the API?

Created by Andy McCutcheon, Modified on Thu, 26 Mar at 10:19 AM by Andy McCutcheon

If you have received a disbursement from Assembly Payments with a batch id (2900 for example), you can use this ID to find the Item.

To do this run the following two GET queries against the batch_transaction end point:

  • GET /batch_transactions?batch_id=2002
  • GET /batch_transaction/:id/items (where :id is the disbursement ID from above)

Once you have the relevant Item ID, you can use then this to identify the User.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article