Create Account Job

scope jobs:create

Create a new Job for bulk processing operations. This enables you to upload CSV files for batch operations like customer updates, payment method imports, or transaction processing.

The response includes a signed S3 URL where you can upload your CSV file. The URL is valid for 15 minutes and must be used to upload the file contents via PUT request.

Info

The file path must match one of the batch folders defined, as the folder determines the processing logic applied to your data.

Warning

The contents of the file are used to ensure uniqueness and prevent duplicate processing. For each folder, you can only upload the same logical file once before needing to modify the file contents.

After creating a Job, you can monitor its progress using the Get Job endpoint or set up webhook subscriptions to receive completion notifications.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier (AVID) of the Account/business for which the jobs will be created for.

Body Params
string
required
length ≥ 1

Name of the csv file with path including where file need to be stored

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json