cancel
Showing results for 
Search instead for 
Did you mean: 

How do you add CaptureContextData to the GenerateUnifiedCheckoutCaptureContextRequest request object

I want to add the "Code" to my request so that I can search on it in the dashboard.

var clientInfo = new Upv1capturecontextsDataClientReferenceInformation(
Code: "1"
);
 
I cannot find a way to add this to the request.  The definition of the capture mandate does not have that in the signature.
 
These are the ones in the demo code.  I think if my "code" is not included in this call, it won't store it with the request.
var captureMandate = new Upv1capturecontextsCaptureMandate(
BillingType: captureMandateBillingType,
RequestEmail: captureMandateRequestEmail,
RequestPhone: captureMandateRequestPhone,
RequestShipping: captureMandateRequestShipping,
ShipToCountries: captureMandateShipToCountries,
ShowAcceptedNetworkIcons: captureMandateShowAcceptedNetworkIcons
);
 
Any ideas?
msie
Member
1 ACCEPTED SOLUTION

Accepted Solutions

Sorry...clicked too soon.  You can't add user fields with CLICKTOPAY.

View solution in original post

2 REPLIES 2

Support just informed me that with CLICKTOPAY

msie
Member

Sorry...clicked too soon.  You can't add user fields with CLICKTOPAY.