Subscription payments
GET /api/subscriptions/v1/subscriptions/{subscription_id}/payments
Return all payments of the target subscription.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Example
1d85591b-891b-4b10-9d60-2078940d8e74Subscription identifier.
Header Parameters
Section titled “Header Parameters ”User access token.
Example
8ba5dd43-496e-4432-9c8a-74fdc74139feUser RID identifier. RID header will be used if both are set.
There is a deprecated way to call the endpoint.
Please use access token with authorization_flow=processing instead if you need
to do some non user-initiated action like background processing or calls from the admin.
Query Parameters
Section titled “Query Parameters ”User ID in external system
Responses
Section titled “ Responses ”object
object
Payment amount in main currency units. For example, value of 30 equals 30 UAH payment amount.
Example
3000Payment creation date-time in RFC3339 format. Time is returned in UTC timezone. Immutable.
Example
2025-07-12T12:00:03ZCurrency in ISO 4217 format.
Example
UAHDescription for the plan.
Example
My payment descriptionDate-time of next payment processing attempt in RFC3339 format. Time is returned in UTC timezone.
Example
2025-07-12T12:00:03ZDate-time of payment processing completion in RFC3339 format. Time is returned in UTC timezone.
Example
2025-07-12T12:00:03ZThe count of payment retries performed after failed first attempt.
Example
2Description of status_code value.
Example
Transaction successful.Last date-time of payment data update in RFC3339 format. Time is returned in UTC timezone.
Example
2025-07-14T12:00:03ZPayment identifier.
Example
a62a18e6-d44f-4a50-bc10-34853e109fe3Subscription identifier.
Example
9aed5896-a829-400f-bd3b-5b6f8508de6bObject which contains information about required post-request action. Will be null if action not required.
object
Action value. Usually it’s a checkout url or 3ds verification url.