Register a bank account as a payment method for a user.
The bank account is stored securely with encryption at rest.
Only masked values (account_mask, routing_last4) are returned in
subsequent API responses — the full account number is never re-exposed.
user_id — the owner of the payment methodaccount_holder_name — name on the bank accountbank_account_number — full account number (encrypted at rest)routing_number — 9-digit ACH routing numberDocumentation Index
Fetch the complete documentation index at: https://developer.finogates.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Add a bank account as a payment method.
Owner user UUID.
"b3a9b622-cc63-4d3c-aad6-2d8e29e6f9d4"
Name of the account holder.
120"John Doe"
Full bank account number.
4 - 34"1234567890"
ACH routing number (9 digits).
9"021000021"
Account type (e.g. checking, savings).
30"checking"
Name of the bank.
120"Chase Bank"
Optional display nickname for the payment method.
120"My Checking Account"