I have created a subscription using the REST API.
POST:https://apitest.cybersource.com/rbs/v1/subscriptions
And several payments have now been made under this subscription. Is there an API where I can provide the subscriptionId to get the list of these payment transactions?
I have tried to GET the subscription, but there are no transactions in this response.
GET:https://apitest.cybersource.com/rbs/v1/subscriptions/{id}
02-01-2025 03:32 AM
You may need to use a different API endpoint to retrieve the payment transactions. Check the payment provider’s documentation for an option to fetch transaction history related to a subscription. If transactions are not included in the subscription details, look for an invoice or payment records section in the API guide.
02-01-2025 05:38 AM