ProjectCredentials

  • Name
    object
    Type
    string
    Description

    Type of object is always projectCredentials.

    Allowed values: projectCredentials 
  • Name
    paymentsKey
    Type
    nullable string
    Description

    Publishable API key for payment integration.

    Example: "pk_test_XXooYYauvdEDq12NiTphI7sa"

Example

{
  "object": "projectCredentials",
  "paymentsKey": "pk_test_XXooYYauvdEDq12NiTphI7sa"
}