Start a sale transaction
To use a multi-use or durable token when starting a sale transaction:
Add the token ID to the
card
field in the request body when calling the transactions API endpoint to start a sale transaction.
{
"type": "sale",
"card": "1100001539262421111",
"amount": "1.00"
}
Use the POST method to call the
rest/v2/transactions/sale
endpoint.
The API endpoint returns the response.
Last updated
Was this helpful?