get https://ws.staging.lemonway.com/mb/currentSandbox/prod/directkitrest/v2/moneyins/paybybank/transfer/banks
Enables your system to fetch the list of banks supported for Pay By Bank transfers, so you can either:
-
Build a custom bank‑selection UI:
-
Call
GET /v2/moneyins/paybybank/transfer/banks
-
Optionally include a
country
query parameter (e.g.?country=FR
) to narrow the list- Omit
country
to retrieve every supported bank worldwide - Note: There’s no keyword search—if you filter by country, you’ll receive the full list for that country and must identify the user’s bank yourself
- Omit
-
-
Bypass selection when you already know the bank:
- Use the
bankId
from the bank list in yourPOST /v2/moneyins/paybybank/transfer/init
request - Lemonway will return a
redirectURL
andtransactionId
so you can send the user straight to their bank’s authentication page without an intermediate selection step
- Use the
Important: Whenever you see accountId
in a path or body parameter, enter your wallet’s ID.