List Banks
GET/banks
Retrieve a paginated list of banks available for open banking payments
Returns 422 when bank account payins are not enabled for the merchant.
Live API
Requests run against the live endpoint https://api.yugo.finance/. A sandbox is coming soon.
Request
Responses
- 200
- 400
- 401
- 403
- 422
- 429
- 500
Paginated list of banks
Request is malformed or contains invalid syntax
Missing or invalid authentication credentials
The API key is not recognised (invalid or rotated out), or the key is valid but not permitted for the requested operation
Request validation failed
Too many requests - rate limit exceeded
Unexpected server error occurred