Allows you to process a card transaction through the API.
Aside from the fields marked required here, the gateway you are using may require additional fields. For information on gateway-specific required fields, see the Connections documentation.
Important
Parameters passed with a process request override any data points that are saved with the card token.
For example, if the value fordata.customer.billToAddressOne
is saved with the card token as 729 Jay Road, but the value for that field is passed with the process request as 2147 West Silverlake Drive, the address at Silverlake Drive is the one that is used.
Try It
To use the Try It feature for this endpoint, you can use your own Sandbox credentials.
You can also use the following test account. Copy the value and paste it into the appropriate space in the Try It section to the right.
username:[email protected]
password:JZdzoXpdDeH6VA
Include at least anamount
,currency
, andtokenex.token
(the saved card token) as body parameters.