Skip to main content
POST
Add a new bank account to a person. ( STABLE )

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string<uuid>
required

UUID of the person

Example:

"7c41f6a2-a4b9-4df8-9225-2c1b7312042e"

Body

application/json
person
object
billing_merchant_uuid
string<uuid>
Example:

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

billing_processor_mid
string
Example:

"12345678"

bank_account
object
actions
object

Response

The response returned from a successful call to add a bank account.

status
boolean
Example:

true

message
string
Example:

"This bank account already exists for this person. We have attached it as the default bank account."

data
object
errors
object | null
Example:

null

request_id
string<uuid>
Example:

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