REST Examples: Retrieving Details for Follow on Subscription Creation based on Existing Transaction

Successful Response
{ "_links": { "self": 
{ "href": "rbs/v1/subscriptions/follow-ons/7216512479796378604957", "method": "GET" }, "create": 
{ "href": "rbs/v1/subscriptions/follow-ons/7216512479796378604957", "method": "POST" } }, "buyerInformation": { "merchantCustomerId": "1234", "email": "" }, "paymentInstrument": { "card": { "number": "411111XXXXXX1111", "expirationMonth": "11", "expirationYear": "2037", "type": "001" }, "billTo": { "firstName": "John", "lastName": "Doe", "address1": "123 Street", "locality": "Bellevue", "administrativeArea": "AL", "postalCode": "12345", "email": "[email protected]", "country": "US" } }, "shippingAddress": { "shipTo": { "firstName": "John", "lastName": "Doe", "address1": "123 Street", "locality": "Bellevue", "administrativeArea": "AL", "postalCode": "12345", "country": "US" } } }
Error Response to a Failed Request
{ "status": "NOT_FOUND", "reason": "INVALID_DATA" }