Create a new application

In the Sandbox environment, the application's status is determined by the Monthly Volume Field (fld_monthly_volume).

Based on this value, the system will send one of the following webhook events:

Pending

  • Webhook event: application.updated.data.requested
  • Monthly volume is greater than or equal to $100,000

Approved

  • Webhook event: application.approved
  • Monthly volume is between $5,000 and $99,999

Declined

  • Webhook event: application.declined
  • Monthly volume is less than $5,000

Required scope: applications:write

Body Params

New application data

string
required
length between 7 and 20

The unique identifier of the package.

fields
array of objects
length ≤ 1000

Application fields

fields
collections
array of objects
length ≤ 1000

This field is used to store collections.

collections
Headers
string
length between 10 and 100

Provide a random key (for example, UUID) to make the request idempotent

Responses

Language
Credentials
OAuth2
Missing 1 required scope
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json