On This Page
Retrieving Details for Follow on Subscription Creation Based on Existing
Transaction
You can retrieve details from the specified transaction request ID that you can
include to create a new subscription. You will be able to verify the payment
instrument, billing, and shipping address information from an existing transaction
before creating a new subscription.
Follow these steps to retrieve details on a subscription:
- In the endpoint path, include the request ID of an existing transaction.
- Send the request message to one of these endpoints:Production:POST https://api.cybersource.com/rbs/v1/subscriptions/follow-ons/{requestId}Test:POST https://apitest.cybersource.test.com/rbs/v1/subscriptions/follow-ons/{requestId}
- Verify the response messages to make sure that the request was successful. A 200-level HTTP response code indicates success.See theTransaction Response Codes.