Chargeback
Chargeback APIs provide seamless integration with chargeback management systems, enabling businesses to efficiently handle disputed transactions, build automated responses, and reduce the time spent on chargeback processing and resolution.

Power end-to-end data operations for your Chargeback API with Nexla. Our bi-directional Chargeback connector is purpose-built for Chargeback, making it simple to ingest data, sync it across systems, and deliver it anywhere — all with no coding required. Nexla turns API-sourced data into ready-to-use, reusable data products and makes it easy to send data to Chargeback or any other destination. With comprehensive monitoring, lineage tracking, and access controls, Nexla keeps your Chargeback workflows fast, secure, and fully governed.
Features
Type: API
- Seamless API Integration: Connect to any endpoint as source or destination without coding, with automatic data product creation
- Visual Composition & Chaining: Build complex integrations using visual templates, chain API calls, and compose workflows with data validation and filtering
- API Proxy: Expose curated slices of your data securely with a secure and customizable API proxy that validates and transforms data on the fly
- Request optimization with intelligent batching, retry, and caching to minimize API calls and costs
Prerequisites
Before creating a Chargeback credential, you need to obtain authentication credentials from your Chargeback account. Chargeback uses Basic Authentication with a Public Key (username) and Secret Key (password) combination to authenticate API requests.
To use Chargeback with Nexla, you need:
- Access to your Chargeback account
- A Chargeback account with appropriate permissions to access the resources you want to work with
- Your Public Key and Secret Key for Basic Authentication
- The base URL for your Chargeback environment
The Chargeback API supports different environments, and you need to specify the appropriate base URL for your environment. Common base URLs include production and sandbox environments. For detailed information about Chargeback authentication, credential setup, and available environments, refer to the Chargeback API documentation.
Authenticate
Credentials required
| Field | Required | Secret | Description |
|---|---|---|---|
| Public Key | Yes | No | Public Key or User name |
| Secret Key | Yes | Yes | Secret key or password |
| Environment Base URL | Yes | No | To access the Chargeback API in different environments, change the base URL in your requests. |
Create a credential in Nexla
- After selecting the data source/destination type, click the Add Credential tile to open the Add New Credential overlay.
New Credential Overlay – Chargeback

-
Enter a name for the credential in the Credential Name field and a short, meaningful description in the Credential Description field.
-
Enter your Chargeback Public Key or username in the Public Key field. This is the Public Key or username associated with your Chargeback account that will be used for Basic Authentication.
-
Enter your Chargeback Secret Key or password in the Secret Key field. This is the Secret Key or password associated with your Chargeback account that will be used together with the Public Key for Basic Authentication.
-
Enter the base URL for your Chargeback environment in the Environment Base URL field. This should be the complete base URL of your Chargeback API environment, including the protocol (https://) but without any trailing slashes. To access the Chargeback API in different environments, change the base URL in your requests.
Keep your authentication credentials secure and do not share them publicly. The credentials provide access to your Chargeback account and should be treated as sensitive information. Basic Authentication credentials are sent in the Authorization header for all API requests to the Chargeback API. The base URL determines which Chargeback environment your credential will access (e.g., production, sandbox, or other environments).
-
Click the Save button at the bottom of the overlay. The newly added credential will now appear in a tile on the Authenticate screen during data source/destination creation and can be selected for use with a new data source or destination.
Use as a data source
To create a new data flow, navigate to the Integrate section, and click the New Data Flow button. Select the Chargeback connector tile from the list of available connectors, then select the credential that will be used to connect to the Chargeback instance, and click Next; or, create a new Chargeback credential for use in this flow.
Endpoint templates
Nexla provides pre-built templates that can be used to rapidly configure data sources to ingest data from common Chargeback endpoints. Each template is designed specifically for the corresponding Chargeback endpoint, making data source setup easy and efficient. Select the endpoint from which this source will fetch data from the Endpoint pulldown menu. Available endpoint templates are listed in the expandable boxes below.
Once the selected endpoint template has been configured, click the Test button to the right of the endpoint selection menu to retrieve a sample of the data that will be fetched. Sample data will be displayed in the Endpoint Test Result panel on the right, allowing you to verify that the source is configured correctly before saving.
Manual configuration
Chargeback data sources can also be manually configured to ingest data from any valid Chargeback API endpoint, including endpoints not covered by the pre-built templates, chained API calls, or custom request parameters. Select the Advanced tab at the top of the configuration screen, and follow the instructions in Connect to Any API to configure the API method, endpoint URL, path to data, and request headers.
Chargeback API endpoints typically follow the pattern {base_url}/{endpoint_path}, where {base_url} is your Chargeback environment base URL from the credential configuration. Chargeback API responses typically use a data array to contain the actual records — use $.data[*] as the Path to Data to extract all items. The endpoint requires Basic Authentication, which is handled automatically by your credential configuration. For detailed information, see the Chargeback API documentation.
Once all configuration steps have been completed, click the Save button to save your data source configuration. The data source will now be available in your data flow and will begin ingesting data according to the configured schedule and endpoint settings.
Use as a destination
Click the + icon on the Nexset that will be sent to the Chargeback destination, and select the Send to Destination option from the menu. Select the Chargeback connector from the list of available destination connectors, then select the credential that will be used to connect to the Chargeback organization, and click Next; or, create a new Chargeback credential for use in this flow.
Endpoint templates
Nexla provides pre-built templates that can be used to rapidly configure destinations to send data to common Chargeback endpoints. Each template is designed specifically for the corresponding Chargeback endpoint, making destination setup easy and efficient. Select the endpoint to which data will be sent from the Endpoint pulldown menu. Then, click on the template in the list below to expand it, and follow the instructions to configure additional endpoint settings.
Manual configuration
Chargeback destinations can also be manually configured to send data to any valid Chargeback API endpoint. Select the Advanced tab at the top of the configuration screen, and follow the instructions in Connect to Any API to configure the API method, data format, endpoint URL, request headers, and request body.
The Chargeback API primarily uses POST requests for data writing operations, typically with JSON request bodies. Chargeback API endpoints typically follow the pattern {base_url}/{endpoint_path}, where {base_url} is your Chargeback environment base URL from the credential configuration. Basic Authentication and the Content-Type: application/json header are handled automatically by your credential configuration.
Save & activate
Once all endpoint settings have been configured, click the Save button to save and create the destination. To send the data to the configured Chargeback endpoint, open the destination resource menu, and select Activate.
The Nexset data will not be sent to the Chargeback endpoint until the destination is activated. Destinations can be activated immediately or at a later time, providing full control over data movement.