Langsung ke konten utama
GET
JavaScript

Otorisasi

Authorization
string
header
wajib

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parameter Query

created_at_gte
string<date-time>

Get events after this created time

created_at_lte
string<date-time>

Get events created before this time

page_size
integer<int32>

Page size default is 10 max is 100

Rentang yang diperlukan: x >= 0
page_number
integer<int32>

Page number default is 0

Rentang yang diperlukan: x >= 0
customer_id
string

Filter by customer id

subscription_id
string

Filter by subscription id

status
enum<string>

Filter by status

Opsi yang tersedia:
succeeded,
failed,
cancelled,
processing,
requires_customer_action,
requires_merchant_action,
requires_payment_method,
requires_confirmation,
requires_capture,
partially_captured,
partially_captured_and_capturable
brand_id
string

filter by Brand id

product_id
string

Filter by product id

Respons

items
object[]
wajib
Terakhir diubah pada 1 April 2026