Skip to main content
POST
/
onboarding
Full Merchant Submit
curl --request POST \
  --url https://testapi.fractalpay.com/api/v1/onboarding \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "BankingInfo": {
    "account_number": "091000019",
    "bank_name": "Truist",
    "routing_number": "00212369"
  },
  "BusinessInfo": {
    "business_address": "333 West Vine Street",
    "business_city": "Lexington",
    "business_country": "US",
    "business_email": "slabreadymixx@mix.com",
    "business_industry": "7311",
    "business_name": "Slab Ready Mix",
    "business_phone": "8599779166",
    "business_state": "Kentucky",
    "business_zip": "40517",
    "dba": "Slab Ready Mix",
    "ein": "123456789",
    "established_date": "2024-01-01",
    "ownershiptype": "LLC",
    "website": "https://testwebsite.com/"
  },
  "OwnerInfo": {
    "address": "333 West Vine Street",
    "b_dl_number": "123123123",
    "b_title": "Owner",
    "city": "Lexington",
    "country": "US",
    "date_of_birth": "1998-01-17",
    "email": "slabreadymixx@mix.com",
    "first_name": "MJ",
    "last_name": "Mann",
    "ownership_percent": "100",
    "phone": "1234567895",
    "ssn": "555667777",
    "state": "Kentucky",
    "zip": "40507"
  },
  "ProcessingInfo": {
    "annualCCSales": "500000",
    "avgTicket": "50",
    "legal_b2b": "50",
    "legal_b2c": "50",
    "legal_cnpinternet": "50",
    "legal_cnpphoneemail": "50",
    "legal_cp": "50",
    "legal_percentdeliveredover30days": "50",
    "legal_percentdeliveredsameday": "50",
    "legal_productssold": "Goods",
    "percentdelievered7days": "50",
    "percentdelivered14days": "50",
    "processing_environment": "Ecommerce"
  }
}
'
{
  "data": {
    "businessname": "Slab Ready Mix",
    "email": "slabreadymixx@mix.com",
    "merchant_key": "9f496121110e19b36b862e97559bbd9ffe0bd0a7335b2884e071ea6d6d59cc34",
    "public_key": "28e2464f8b8726847cec7196beb7d0c6"
  },
  "message": "Merchant onboarding successfully",
  "result": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.fractalpay.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use your Fractal API credentials.

Username = Client ID Password = Secret Key

Sandbox credentials can be generated from the Test Portal.

Body

application/json
BankingInfo
object
required
BusinessInfo
object
required
OwnerInfo
object
required
ProcessingInfo
object
required

Response

201 - application/json

Full Merchant Submit

data
object
message
string
Example:

"Merchant onboarding successfully"

result
boolean
Example:

true