Skip to main content
POST
Onboard a new Business into the ACH application ( STABLE )

Authorizations

Authorization
string
header
required

Token-based authentication using Authorization: Bearer <YOUR_API_KEY> provided by the GrailPay Support Team.

Body

application/json
client_reference_id
string
Example:

"reference_12345"

billing_merchant_uuid
string<uuid>
Example:

"6a8fc154-1a50-483b-a690-fd1dfaf9408b"

billing_processor_mid
string
Example:

"12345678"

payout_type
enum<string>
Available options:
batch,
individual
Example:

"batch"

person
Person Request Object · object

Schema for a person request object

business
Business Request Object · object

Schema for a business request object

bank_account
object
actions
object

Response

The response returned from a successful call to onboard a business.

status
boolean
Example:

true

message
string
Example:

"This business was onboarded successfully."

data
object
errors
object | null
Example:

null

request_id
string<uuid>
Example:

"2d6a4c39-8fcf-4d80-9189-b4764eac31f2"