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 the credentials for your Sandbox API user.
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 andata.amount
andtokenex.token
(the saved card token) as body parameters. Or, if using full card information, includecard.pan
andcard.expirationYear
andcard.expirationMonth
(rather than the saved card token). You also need to includerecurringId
when making a recurring transaction. Note that sending full card information may increase your PCI scope.
For information about test card numbers and values you can use, see the documentation for the specific gateway/connection integration guide or, if you are testing Account Updater, see the Test cards for account updater section of the "Checking a card's enrollment tag" topic.