Create Payment Method Token
Saves a payment method for reuse. This call exchanges sensitive payment information for a token that can be used to process future transactions. The ReferenceId
value in the response is the storedMethodId
to use with transactions.
If you are converting a temporary token to a permanent token, note that the field is tokenId
in requests to this endpoint, not storedMethodId
.
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Headers
A unique ID you can include to prevent duplicating objects or transactions if a request is sent more than once. This key is not generated in Payabli, you must generate it yourself.
"6B29FC40-CA47-1067-B31D-00DD010662DA"
Query Parameters
Creates a temporary, one-time-use token for the payment method that expires in 12 hours.
When true
, the request creates a new customer record, regardless of whether customer identifiers match an existing customer.
When true
, enables real-time validation of ACH account and routing numbers. This is an add-on feature, contact Payabli for more information.
"true"
When true
, creates a saved method with no associated customer information. The token will be associated with customer information the first time it's used to make a payment. Defaults to false
.
true
Body
The body for the token storage request.
The body is of type object
.
Response
Success
The response is of type object
.