PublishableKeyCreateRequest

Parameters for creating a publishable API key.

  • livemode
    Type: boolean
    required

    Creates the key in live mode when true, or test mode when false.

Examples
{
  "livemode": false
}