Payment Method
Get Payment Method information
Payment Method
Get Payment Method information
Get information about User’s payment methods
GET
/
payment-methods
curl --request GET \
--url https://api.sandbox.sardine.ai/v1/payment-methods
{
"payment_method_type": "<string>",
"payment_method": {
"bankAccountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"accountNumber": "<string>",
"name": "jsmith@example.com",
"officialName": "2023-12-25",
"routingNumber": "2023-12-25",
"subtype": "<string>",
"type": "<string>",
"wireRoutingNUmber": "<string>",
"institutionName": "<string>",
"status": "connected"
}
}
Query Parameters
ID of User
Response
200 - application/json
OK
Unique identifier for the given user.
Bank account number
User set name of account
Bank designated name of account
The date that the user was created.
Subtype of account
Type of account, checking, saving etc
Routing number for bank account
Name of the bank at which the account is open
Available options:
connected
, disconnected
curl --request GET \
--url https://api.sandbox.sardine.ai/v1/payment-methods
{
"payment_method_type": "<string>",
"payment_method": {
"bankAccountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"accountNumber": "<string>",
"name": "jsmith@example.com",
"officialName": "2023-12-25",
"routingNumber": "2023-12-25",
"subtype": "<string>",
"type": "<string>",
"wireRoutingNUmber": "<string>",
"institutionName": "<string>",
"status": "connected"
}
}