get_paddle_key {paddleR}R Documentation

Get Paddle API Key Based on Current Mode

Description

Resolves the Paddle API key based on environment variables and the selected mode (live or sandbox).

Usage

get_paddle_key()

Value

A character string representing the Paddle API key.

Examples


get_paddle_key()  # returns token for current mode


[Package paddleR version 0.1.2 Index]