GET
/
3p
/
api
/
v2
/
merchants
/
{uuid}
/
billing
{
  "status": true,
  "message": "",
  "data": {
    "summary": [
      {
        "billable_event": "Standard ACH",
        "total": 1500,
        "total_occurrences": 150,
        "amount_per_occurrence": 10
      }
    ]
  },
  "errors": null,
  "error_code": null
}

Authorizations

Authorization
string
header
required

Sanctum token-based authentication using the Bearer scheme.

Path Parameters

uuid
string
required

UUID of the merchant user

Query Parameters

start_date
string

Start date for billing summary (YYYY-MM-DD)

end_date
string

End date for billing summary (YYYY-MM-DD)

Response

200
application/json
Successful response
status
boolean
Example:

true

message
string
Example:

""

data
object
errors
string
Example:

null

error_code
string
Example:

null