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:
  1. In the endpoint path, include the request ID of an existing transaction.
  2. 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}
  3. Verify the response messages to make sure that the request was successful. A 200-level HTTP response code indicates success.