Fetch a summary of billed events for a merchant.
/3p/api/v2/merchants/abcd-efgh-ijkl-mnop/billing
The response will return a JSON object containing a summary array that will have an object with the billable event name of Standard ACH, a total of 200 ( 0.10 ).
/3p/api/v2/merchants/abcd-efgh-ijkl-mnop/billing?start_date=2025-01-01&end_date=2025-01-31
The response will return a JSON object containing a summary array that will have an object with the billable event name of Standard ACH, a total of 100 ( 0.10 ) to summary the billing events for January.
Parameter | Value |
---|---|
start_date | string ( format: yyyy-mm-dd ) |
end_date | string ( format: yyyy-mm-dd ) |