Get available banks for DEPOSIT payment method
GET /order/v1/orders/deposit/banks
GET
/order/v1/orders/deposit/banks
Returns a list of available banks that support DEPOSIT payment method.
Usage:
- Call this endpoint to get available banks and their slugs
- Use the ‘slug’ field from the response as the optional ‘bankSlug’ parameter when creating DEPOSIT orders
- If ‘bankSlug’ is not provided in order creation, system will use automatic bank selection
NOTE: Please, to authenticate use the scope: “api://app-order-hml”
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”The resource was returned successfully
object
banks
required
List of available banks for DEPOSIT payment method
Array<array>
The request is not valid
Array<string>
Unauthorized Request
Array<string>
An unexpected error occurred inside the server
Array<string>