Create a single-use Client SecretAsk AIpost https://connect.sandbox.plastiq.com/api/client-secretsBody ParamsCreate 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.payerobjectpayer objecttypestringenumThe type of object to create the Client Secret for. Defaults to CARD.CARDCARDAllowed:CARDHeadersTrace-IdstringA valid UUID (V4) for tracing requests. Will be returned as a header. If not present or invalid, a generated UUID will be returned.End-User-AgentstringA 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.End-User-IpstringThe IP address of the end user. Recommended for compliance.End-User-OSstringThe Operating System of the end user. Recommended for compliance.End-User-Device-IdstringA unique identifier for the end user's device. Recommended for compliance.End-User-Device-ManufacturerstringThe manufacturer of the device used by the end user. Recommended for compliance.End-User-Device-ModelstringThe device model used by the end user. Recommended for compliance.Responses 200Client Secret created successfully 400Bad Request 401Unauthorized 403Forbidden 500Internal Server ErrorUpdated about 2 years ago