Skip to main content
GET
/
user
/
corridors
/
available-receiver-methodtypes
/
{userToken}
Get available receiving methods types
curl --request GET \
  --url https://raas-partner-cv.nomas.cash/v1/user/corridors/available-receiver-methodtypes/{userToken} \
  --header 'api_key: <api-key>'
[
  "CreditCard",
  "DebitCard",
  "UBN"
]

Authorizations

api_key
string
header
required

Path Parameters

userToken
string
required

User identifier or token.

Response

200 — OK. Receiver method types for corridors.

Scenarios for this response:

ScenarioHow to reproduceTypical code / body
Types resolvedValid user + tenant + corridor config.string[]

See also Full scenario matrix.