Bank Payments — Using Elements
Use Elements to collect bank account data on your own page. Tokenization happens in the browser; your server never sees account or routing numbers, which reduces your scope.Flow
- Load the Elements SDK on your page (with your Vault pub key).
- Render bank account fields (account number, routing number, account type) in your form.
- On submit, the SDK tokenizes with Vault and returns a token to your backend.
- Your backend uses the token with the Proxy or PayAPI to process the payment.
Next steps
- Elements overview — How Elements works and how to integrate.
- Proxy — Send tokenized data to your PSP.
- API Reference — Tokenize — Token response shape and options.