Skip to content

Get available banks for DEPOSIT payment method

GET
/order/v1/orders/deposit/banks

Returns a list of available banks that support DEPOSIT payment method.

Usage:

  1. Call this endpoint to get available banks and their slugs
  2. Use the ‘slug’ field from the response as the optional ‘bankSlug’ parameter when creating DEPOSIT orders
  3. 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”

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>