Subscriptions
Gets the Subscriptions specified in the request.
The identifier of the plan associated with the subscriptions you want to retrieve.
The state associated with the subscriptions you want to retrieve.
The identifer of the subscribing customer of the subscriptions you want to retrieve.
A cursor for use in pagination. The endingBefore parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with xzy, your subsequent calls can include endingBefore=xzy in order to fetch the previous page of the list.
A cursor for use in pagination. The startingAfter parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with xzy, your subsequent calls can include startingAfter=xzy in order to fetch the next page of the list.
A limit on the number of objects returned. Limit can range between 1 and 100, and the default is 10.
200 OK
Indicates whether or not there are more elements available after this set. If false this set represents the end of the list.
true400 Bad Request
401 Unauthorized
403 Forbidden
405 Method Not Allowed
406 Not Acceptable
408 Request Timeout
429 Too Many Requests
500 Internal Server Error
502 Bad Gateway Error
503 Service Unavailable Error
504 Gateway Timeout Error
Retrieves the details of a Subscription.
Subscription identifier.
OK.
Represents the date and time when the subscription's contract expires.
The time when the Subscription was created
2021-06-01T13:15:10.1077785ZThe time when the Subscription was last updated.
2021-06-01T13:17:10.1077788ZHas the value true if the object exists in live mode or the value false if the object exists in test mode.
falseThe unique identifier of the Subscription.
fb941eef-c3bb-42f8-bd47-f6da8bf6245dThe billing agreement identifier that is obtained from the subscription's acquisition order.
24b217a7-79b5-4c84-8cae-34370646092fThe Customer identifier that is obtained from the subscription's acquisition order.
exampleCustomerIdThe unique identifier of the subscription's reusable payment source.
exampleSourceIdIf true indicates that the prices supplied are tax inclusive.
trueThree-letter ISO currency code (e.g. "USD" or "EUR").
EURThe Plan identifier.
4a1a1fdd-2f7b-4a4e-92d2-2e843f06e82aThe identifier of the client application that created the subscription.
testA locale designator that combines a two-letter ISO 639-1 language code with a ISO 3166-1 alpha-2 country code.
de_DEThe state of the subscription
activePossible values: Represents the date and time when the subscription's current billing period began.
Represents the date and time when the subscription's current billing period ends.
Represents the date and time when Digital River next opens an invoice and starts the billing process.
2021-07-02T13:15:10.0875833ZDate when the next reminder event will be sent.
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
405 Method Not Allowed
406 Not Acceptable
408 Request Timeout
429 Too Many Requests
500 Internal Server Error
502 Bad Gateway Error
503 Service Unavailable Error
504 Gateway Timeout Error
Updates the specified Subscription
The Subscription identifier.
The Plan identifier.
stringThe identifier of the client application that created the subscription.
testA locale designator that combines the two-letter ISO 639-1 language code with a ISO 3166-1 alpha-2 country code.
de_DEThe state of the subscription
activePossible values: The unique identifier of the subscription's reusable payment source.
exampleSourceId200 OK
Represents the date and time when the subscription's contract expires.
The time when the Subscription was created
2021-06-01T13:15:10.1077785ZThe time when the Subscription was last updated.
2021-06-01T13:17:10.1077788ZHas the value true if the object exists in live mode or the value false if the object exists in test mode.
falseThe unique identifier of the Subscription.
fb941eef-c3bb-42f8-bd47-f6da8bf6245dThe billing agreement identifier that is obtained from the subscription's acquisition order.
24b217a7-79b5-4c84-8cae-34370646092fThe Customer identifier that is obtained from the subscription's acquisition order.
exampleCustomerIdThe unique identifier of the subscription's reusable payment source.
exampleSourceIdIf true indicates that the prices supplied are tax inclusive.
trueThree-letter ISO currency code (e.g. "USD" or "EUR").
EURThe Plan identifier.
4a1a1fdd-2f7b-4a4e-92d2-2e843f06e82aThe identifier of the client application that created the subscription.
testA locale designator that combines a two-letter ISO 639-1 language code with a ISO 3166-1 alpha-2 country code.
de_DEThe state of the subscription
activePossible values: Represents the date and time when the subscription's current billing period began.
Represents the date and time when the subscription's current billing period ends.
Represents the date and time when Digital River next opens an invoice and starts the billing process.
2021-07-02T13:15:10.0875833ZDate when the next reminder event will be sent.
400 Bad Request
401 Unauthorized
403 Forbidden
401 Not Found
405 Method Not Allowed
406 Not Acceptable
408 Request Timeout
409 Conflict
429 Too Many Requests
500 Internal Server Error
502 Bad Gateway Error
503 Service Unavailable Error
504 Gateway Timeout Error
Permanently deletes a subscription. Supply the unique identifier of the Subscription.
Subscription identifier
204 No Content
400 Bad Request
401 Unauthorized
403 Forbidden
401 Not Found
405 Method Not Allowed
406 Not Acceptable
408 Request Timeout
409 Conflict
429 Too Many Requests
500 Internal Server Error
502 Bad Gateway Error
503 Service Unavailable Error
504 Gateway Timeout Error
No content
Last updated