POST
/
Boarding
/
app
curl --request POST \
  --url https://api-sandbox.payabli.com/api/Boarding/app \
  --header 'Content-Type: application/json' \
  --header 'requestToken: <api-key>' \
  --data '{
  "templateId": 22,
  "processingRegion": "US",
  "legalName": "Sunshine Services, LLC",
  "dbaName": "Sunshine Gutters",
  "website": "www.example.com",
  "ein": "123456789",
  "taxFillName": "Sunshine LLC",
  "license": "2222222FFG",
  "licstate": "CA",
  "startdate": "01/01/1990",
  "phonenumber": "1234567890",
  "faxnumber": "1234567890",
  "btype": "Limited Liability Company",
  "baddress": "123 Walnut Street",
  "baddress1": "Suite 103",
  "bcity": "New Vegas",
  "bstate": "FL",
  "bzip": "33000",
  "bcountry": "US",
  "maddress": "123 Walnut Street",
  "maddress1": "STE 900",
  "mcity": "Johnson City",
  "mstate": "TN",
  "mzip": "37615",
  "mcountry": "US",
  "mcc": "7777",
  "bsummary": "Brick and mortar store that sells office supplies",
  "whenCharged": "When Service Provided",
  "whenProvided": "30 Days or Less",
  "whenDelivered": "Over 30 Days",
  "whenRefunded": "30 Days or Less",
  "binperson": 60,
  "binphone": 20,
  "binweb": 20,
  "avgmonthly": 1000,
  "ticketamt": 1000,
  "highticketamt": 1000,
  "creditLimit": 100000,
  "averageMonthlyBill": "5650",
  "averageBillSize": "500",
  "annualRevenue": 1000,
  "recipientEmail": "josephray@example.com",
  "recipientEmailNotification": true,
  "resumable": true,
  "contacts": [
    {
      "contactName": "Herman Martinez",
      "contactEmail": "herman@hermanscoatings.com",
      "contactTitle": "Owner",
      "contactPhone": "3055550000"
    }
  ],
  "ownership": [
    {
      "ownername": "John Smith",
      "ownertitle": "CEO",
      "ownerpercent": 100,
      "ownerssn": "123456789",
      "ownerdob": "01/01/1990",
      "ownerphone1": "555888111",
      "ownerphone2": "555888111",
      "owneremail": "test@email.com",
      "ownerdriver": "CA6677778",
      "odriverstate": "CA",
      "oaddress": "33 North St",
      "ostate": "CA",
      "ocountry": "US",
      "ocity": "Any City",
      "ozip": "55555"
    }
  ],
  "bankData": [
    {
      "nickname": "Withdrawal Account",
      "bankName": "First Miami Bank",
      "routingAccount": "123123123",
      "accountNumber": "1XXXXXX3100",
      "typeAccount": "Checking",
      "bankAccountHolderName": "Herman'\''s Coatings LLC",
      "bankAccountHolderType": "Business",
      "bankAccountFunction": 1
    },
    {
      "nickname": "Deposit Account",
      "bankName": "First Miami Bank",
      "routingAccount": "123123123",
      "accountNumber": "1XXXXXX3200",
      "typeAccount": "Checking",
      "bankAccountHolderName": "Herman'\''s Coatings LLC",
      "bankAccountHolderType": "Business",
      "bankAccountFunction": 0
    }
  ],
  "services": {
    "card": {
      "acceptVisa": true,
      "acceptMastercard": true,
      "acceptDiscover": true,
      "acceptAmex": true
    },
    "ach": {
      "acceptWeb": true,
      "acceptPPD": true,
      "acceptCCD": true
    }
  },
  "signer": {
    "name": "John Smith",
    "ssn": "123456789",
    "dob": "01/01/1990",
    "phone": "555888111",
    "email": "test@email.com",
    "address": "33 North St",
    "address1": "STE 900",
    "state": "TN",
    "country": "US",
    "city": "Bristol",
    "zip": "55555"
  }
}'
{
  "isSuccess": true,
  "responseText": "Success",
  "responseCode": 1,
  "responseData": 3625,
  "pageIdentifier": null
}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Body

Application data object to add

The body is of type object.

Response

200 - application/json

Success

The response is of type object.