Payments
列出付款
获取与您的帐户相关的所有付款的列表。
GET
JavaScript
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
查询参数
Get events after this created time
Get events created before this time
Page size default is 10 max is 100
必填范围:
x >= 0Page number default is 0
必填范围:
x >= 0Filter by customer id
Filter by subscription id
Filter by status
可用选项:
succeeded, failed, cancelled, processing, requires_customer_action, requires_merchant_action, requires_payment_method, requires_confirmation, requires_capture, partially_captured, partially_captured_and_capturable filter by Brand id
Filter by product id
响应
Last modified on January 28, 2026
JavaScript