For business accounts use:
- [Route(“/list/business/payments”, “POST”)]
For customer accounts use:
- [Route(“/list/customer/payments”, “POST”)]
Here is an example payload
{
"accountERN":"ern::Enumis::Account::37ccd2186db7b9c7959ea98eb2a94cca859bd1dc9052d3f7d013a0a209469d79",
"skip":0,
"take":1000,
"page":1000,
"pageSize:":1000,
"JobERN":"ern::Enumis::Job::436febc582269523513b769df318faba7d31f4ac9488e55d7e1fc3288afd190b"
}
- AccountERN is the account used to send the transaction
- JobERN can be found in the response from the /api/send request.