Unique identifier of the recurring application charge.
372269669345671159
recurring_application_charge.name
string
Name of the recurring application charge.
"test"
recurring_application_charge.price
string
The recurring charge price.
"100"
recurring_application_charge.activated_on
string
Activation date of the recurring application charge in ISO 8601 format.
"2024-04-23T00:00:00Z"
recurring_application_charge.billing_on
string
The next billing date of the recurring application charge in ISO 8601 format.
"2024-05-23T00:00:00Z"
recurring_application_charge.cancelled_on
string
Cancellation date of the recurring application charge, if applicable.
null
recurring_application_charge.capped_amount
string
The terms and conditions of usage based billing charges. Must be present in order to create usage charges, for example when the capped_amount property is provided. Presented to the merchant when they approve an app's usage charges.
Current status of the recurring application charge.
"active"
recurring_application_charge.terms
string
The terms and conditions of usage based billing charges. Must be present in order to create usage charges, for example when the capped_amount property is provided. Presented to the merchant when they approve an app's usage charges.
"terms"
recurring_application_charge.test
boolean
Indicates whether this is a test charge.
false
recurring_application_charge.trial_days
integer
Trial period in days for the recurring application charge.
0
recurring_application_charge.trial_ends_on
string
End date of the trial period in ISO 8601 format, if applicable.
Creation timestamp of the recurring application charge in ISO 8601 format.
"2024-04-23T06:26:46Z"
recurring_application_charge.updated_at
string
Last update timestamp of the recurring application charge in ISO 8601 format.
"2024-04-23T06:40:51Z"
Error Response
Error responses in the API can be represented using two different fields: errors and error. Both fields provide details about issues encountered during request processing. Below is an explanation of the fields with their respective examples and descriptions.
Field
Type
Example
Description
errors
Array
[ "Record not found"]
A list of errors encountered during the request processing.
Field
Type
Example
Description
error
String
"page not found"
Indicates an error encountered during the process
Error Detail
Status Code
Message
Possible Reason
Example Response
400
Bad Request
Invalid input format or request structure (e.g., missing required fields or incorrect data types).
Bad Request
Unauthorized
The request is missing valid authentication credentials or the credentials provided are invalid.
Unauthorized
404
Not Found
The recurring_charge_idi s not found.
"Record not found"
422
Unprocessable Entity
The recurring_charge_idis is empty.
"RecurringChargeId is required"
API Structure Overview
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!