Create a single-use Client Secret

Body Params

Create a single-use Client Secret to be shared with browser for tokenization of sensitive data such as credit card numbers. The Client Secret expires after 60 seconds.

payer
object
string
enum

The type of object to create the Client Secret for. Defaults to CARD.

Allowed:
Headers
string

A valid UUID (V4) for tracing requests. Will be returned as a header. If not present or invalid, a generated UUID will be returned.

string

A string representing the User Agent of the end user. Recommended for compliance. Required only when the request is not coming from the end user's browser.

string

The IP address of the end user. Recommended for compliance.

string

The Operating System of the end user. Recommended for compliance.

string

A unique identifier for the end user's device. Recommended for compliance.

string

The manufacturer of the device used by the end user. Recommended for compliance.

string

The device model used by the end user. Recommended for compliance.

Responses

Language
Credentials
Bearer
token
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json