Payment Method
Get Bank Account
Get information about Bank Account object
GET
/
payment-method
/
ach
Copy
Ask AI
curl --request GET \
--url https://api.sandbox.sardine.ai/v1/payment-method/ach
Copy
Ask AI
{
"bankAccountId": "5b26b598-a880-4e32-8c41-126aa0206857",
"accountNumber": "98322271627",
"name": "John Doe",
"officialName": "JP Morgan Chase Checking account",
"routingNumber": "322271627",
"subtype": "checking",
"type": "string",
"wireRoutingNUmber": "32222171627",
"institutionName": "JP Morgan Chase",
"status": "connected"
}
Query Parameters
Bank Account ID.
Response
200 - application/json
OK
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url https://api.sandbox.sardine.ai/v1/payment-method/ach
Copy
Ask AI
{
"bankAccountId": "5b26b598-a880-4e32-8c41-126aa0206857",
"accountNumber": "98322271627",
"name": "John Doe",
"officialName": "JP Morgan Chase Checking account",
"routingNumber": "322271627",
"subtype": "checking",
"type": "string",
"wireRoutingNUmber": "32222171627",
"institutionName": "JP Morgan Chase",
"status": "connected"
}
Assistant
Responses are generated using AI and may contain mistakes.