Chargebee uses HTTP header-based authorization for all API endpoints related to the Service Adapter. This approach ensures secure and dynamic management of authorization credentials during API interactions.
[api_configuration](url)
object, which is part of the JSON configuration used during onboarding in Chargebee’s marketplace. (Attach link)credential_configuration
credential_configuration
is an array of objects, where each object represents a credential parameter.id
: A unique identifier for the credential. For example, authorization_key
or client_secret
.name
: A descriptive label of the credential.type
:The credential type. For example, text
.is_sensitive
: Indicates whether the credential is sensitive.Below is the structure of authorization header that will be passed from Chargebee app to Service Adapter. Some of the parameters are sent by default by Chargebee as mentioned in the example below:
Chargebee uses HTTP header-based authorization for all API endpoints related to the Service Adapter. This approach ensures secure and dynamic management of authorization credentials during API interactions.
[api_configuration](url)
object, which is part of the JSON configuration used during onboarding in Chargebee’s marketplace. (Attach link)credential_configuration
credential_configuration
is an array of objects, where each object represents a credential parameter.id
: A unique identifier for the credential. For example, authorization_key
or client_secret
.name
: A descriptive label of the credential.type
:The credential type. For example, text
.is_sensitive
: Indicates whether the credential is sensitive.Below is the structure of authorization header that will be passed from Chargebee app to Service Adapter. Some of the parameters are sent by default by Chargebee as mentioned in the example below: