List Payments
post
/2.0/subscription/payments
vendor_id
integerThe vendor ID identifies your seller account. This can be found in Developer Tools > Authentication.
>= 1
vendor_auth_code
stringThe vendor auth code is a private API key for authenticating API requests. This key should never be used in client side code or shared publicly. This can be found in Developer Tools > Authentication.
Match pattern:
[0-9a-f]+
subscription_id
integerFilter: Payments for a specific subscription.
plan
integerFilter: The product/plan ID (single or comma-separated values)
is_paid
integerFilter: Payment is paid (0 = No, 1 = Yes)
Allowed values:
01
from
stringFilter: Payments starting after the date specified (date in format YYYY-MM-DD)
Match pattern:
\d{4}-\d{2}-\d{2}
to
stringFilter: Payments ending the day before the date specified (date in format YYYY-MM-DD)
Match pattern:
\d{4}-\d{2}-\d{2}
is_one_off_charge
integerFilter: Non-recurring payments created from the Charges API (0 = No, 1 = Yes)
Allowed values:
01
::::::::