POST
/
3p
/
api
/
v1
/
bank-account
/
{user_uuid}
{
  "status": true,
  "message": "Bank account has been added.",
  "data": {
    "uuid": "b1b9b3b0-0b3b-4b3b-8b3b-0b3b3b3b3b3b",
    "account_number": "1234567890",
    "routing_number": "123456789",
    "account_name": "John Doe",
    "account_type": "checking",
    "aggregator_type": "plaid",
    "created_at": "2021-10-01 00:00:00",
    "is_default": true
  },
  "errors": null,
  "error_code": null
}

Authorizations

Authorization
string
header
required

Sanctum token-based authentication using the Bearer scheme.

Path Parameters

user_uuid
string
required

UUID of the user

Body

application/json
plaid
object
custom
object
billing_merchant_user_uuid
string
Example:

"a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6"

billing_processor_mid
string
Example:

"1213121313"

Response

201
application/json
Successful response
status
boolean
Example:

true

message
string
Example:

"Bank account has been added."

data
object
errors
string
Example:

null

error_code
string
Example:

null