paddle_generate_auth_token: Generate an Authentication Token for a Paddle Customer

View source: R/customers.R

paddle_generate_auth_tokenR Documentation

Generate an Authentication Token for a Paddle Customer

Description

Creates a temporary authentication token for a customer. The token allows Paddle.js to present saved payment methods at checkout.

Usage

paddle_generate_auth_token(id)

Arguments

id

Paddle customer ID (required).

Value

A list containing the auth token and expiry details.

Examples


set_paddle_mode("sandbox")
result <- paddle_generate_auth_token("ctm_123")


paddleR documentation built on June 24, 2025, 9:07 a.m.