Skip to main content
POST
Onboard a new person ( DEPRECATED )

Authorizations

Authorization
string
header
required

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

Body

application/json
first_name
string
Example:

"John"

last_name
string
Example:

"Doe"

email
integer
Example:

"abc@abc.com"

phone
integer
Example:

null

client_reference_id
string
Example:

null

billing_merchant_user_uuid
string
Example:

"9c330a70-84de-46c3-a380-70b34799b1d3"

billing_processor_mid
string
Example:

"34234244333"

payout_type
string
Example:

"batch"

address
object
bank_account
object

Response

Person registered successfully

status
boolean
Example:

true

message
string
Example:

""

data
object