Create single use token
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Headers
Request
Polymorphic object that contains the payment method to tokenize.
The value of the type parameter determines which variant you should use:
ach- Automated Clearing House (ACH) detailspad- Pre-authorized debit (PAD) detailscard- Payment card details
Response headers
Response
Successful request. We created the single-use token.
Unique identifier that our gateway assigned to the payment details.
Note: Merchants can use the token with other terminals linked to their account.
Date and time that the token expires. We return this value in the ISO 8601 format.
Polymorphic object that contains the payment method that we tokenized.
The value of the type parameter determines which variant you should use:
ach- Automated Clearing House (ACH) detailspad- Pre-authorized debit (PAD) detailscard- Payment card details