Bank Account
Get User Details by bank account
Bank Account
- POSTValidate bank account and routing number
- GETGet all bank accounts for a user
- POSTAdd a new bank account for a user
- DELDelete a bank account
- GETGet Bank Account Balance
- GETGet bank account details
- POSTAdd bank account
- GETGet all bank accounts for a user
- POSTGet balance approval
- PUTSwitch default bank account
- POSTGet User Details by bank account
Business,Merchant
Refunds
Transaction
Webhook
Processor
Onboard Person
Bank Account
Get User Details by bank account
This API will return the details of the user associated with a specific bank account
POST
/
3p
/
api
/
v1
/
bank-account
/
user
{
"status": true,
"message": "",
"data": {
"client_reference_id": "",
"uuid": "401c79dd-d38c-4c3a-8edf-1afac5914d2d",
"first_name": "John",
"last_name": "Doe",
"name": "Jack Inc.",
"tin": "961862955",
"user_status": "Approved|On Hold|Rejected",
"kyb_status": "Approved|In Review|Failed|null",
"kyb_rejected_reason": null,
"email": "",
"phone": "",
"financing_credit_balance": null,
"address": {
"street_address": "20 Elmora Ave",
"additional_address": "",
"city": "Elizabeth",
"state": "NJ",
"country": "US",
"zip": "07202"
},
"business_owners": {
"first_name": "Olive",
"last_name": "Vein",
"dob": "1996-05-04",
"ssn9": "123456789",
"address_line_1": "778 E Encore Dr",
"city": "Hanford",
"state": "CA",
"zip": "93230"
},
"created_at": "2024-06-03 15:58:44",
"updated_at": "2024-06-04 18:30:30"
},
"errors": null,
"error_code": null
}
Body
application/json
Response
200
application/json
Successful response
Example:
true
Example:
""
Example:
""
Example:
"401c79dd-d38c-4c3a-8edf-1afac5914d2d"
Example:
"John"
Example:
"Doe"
Example:
"Jack Inc."
Example:
"961862955"
Example:
"Approved|On Hold|Rejected"
Example:
"Approved|In Review|Failed|null"
Example:
null
Example:
""
Example:
""
Example:
null
Example:
"Olive"
Example:
"Vein"
Example:
"1996-05-04"
Example:
"123456789"
Example:
"778 E Encore Dr"
Example:
"Hanford"
Example:
"CA"
Example:
"93230"
Example:
"2024-06-03 15:58:44"
Example:
"2024-06-04 18:30:30"
Example:
null
Example:
null
{
"status": true,
"message": "",
"data": {
"client_reference_id": "",
"uuid": "401c79dd-d38c-4c3a-8edf-1afac5914d2d",
"first_name": "John",
"last_name": "Doe",
"name": "Jack Inc.",
"tin": "961862955",
"user_status": "Approved|On Hold|Rejected",
"kyb_status": "Approved|In Review|Failed|null",
"kyb_rejected_reason": null,
"email": "",
"phone": "",
"financing_credit_balance": null,
"address": {
"street_address": "20 Elmora Ave",
"additional_address": "",
"city": "Elizabeth",
"state": "NJ",
"country": "US",
"zip": "07202"
},
"business_owners": {
"first_name": "Olive",
"last_name": "Vein",
"dob": "1996-05-04",
"ssn9": "123456789",
"address_line_1": "778 E Encore Dr",
"city": "Hanford",
"state": "CA",
"zip": "93230"
},
"created_at": "2024-06-03 15:58:44",
"updated_at": "2024-06-04 18:30:30"
},
"errors": null,
"error_code": null
}