cancel
Showing results for 
Search instead for 
Did you mean: 

Find payment transactions made under a given subscription?

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}

 

joshhh
New Member
1 REPLY 1

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.

jaanesmith
Member