Skip to main content
Use this endpoint when you want to show the bank options accepted for a selected provider before creating a sell order.

Request

GET /api/developer/provider-bank-list/:provider
string
required
Provider name such as UseBread, Dexpay, Paycrest, Pajcash, Flipeet, Breet, or Centiiv.

Response

RampHub returns the canonical bank code and display name that you should surface in your UI and reuse in POST /api/developer/orders.
boolean
string
array

Notes

  • This endpoint is read-only.
  • The returned bankCode is the code your app should pass into order creation.
  • bankName is included for display and confirmation in your UI.
  • Provider-specific directory formats stay internal to RampHub.