Retrieve all payments from Paddle.
Application
Paddle
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Connected Account | The connected account to use for the request | Connected Account | Yes | |
Return all? | Whether to return all results or only up to a given limit | True/False | No | |
Limit | Max number of results to return | Number | No | |
Date from | Payment starting from date | Datetime | No | |
Date to | Payment up until date | Datetime | No | |
Is paid? | Whether payment is paid | True/False | No | |
Plan ID | Filter: The product/plan ID (single or comma-separated values) | Text (Long) | No | |
Subscription ID | A specific user subscription ID | Number | No | |
State | Filter: The user subscription status. Returns all active, past_due, trialing and paused subscription plans if not specified | Predefined Choice List | No | |
One off charge? | True/False | No |
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
JSON Output | JSON output returned by the API | Text (Long) | No |
Outcomes
Name | Description |
Success | This status is selected if the job has successfully completed. |
Unsuccessful | This status is selected if the job has completed unsuccessfully. |
Requirements
N/A