Path Parameters
The ID of the advertiser.
Query Parameters
The maximum number of advertisers to return. Must be between 1 and 20.
The page number of the results.
Response
The ID of the advertiser.
The ID of the transaction.
A timestamp of when the transaction was created.
The amount of the transaction.
The amount of tax for the transaction.
The URL of the receipt for the transaction.
[
{
"advertiser_id": 123,
"id": 456,
"created_at": "2020-01-01T00:00:00Z",
"type": "PAYMENT",
"amount": 100,
"amount_tax": 10,
"receipt_url": "https://example.com/receipt"
}
]