registrations[n].id
parameter, where n is a sequence number from zero, incrementing for each of the customer's registration IDs. For example, if the customer has two accounts on file, you would send registrations[0].id = {first registration.id}
and registrations[1].id = {second registration.id}
.id
that you got in the response from step 1shopperResultUrl
, which is the page on your site where the customer should be redirected to after the payment is processed and the brands that will be available.shopperResultUrl
along with a GET parameter resourcePath
.baseUrl + resourcePath
, including your authentication parameters.