Skip to main content

Get Supported Regions

GET 

/api/accounts/:partnerAccountId/supported-regions

Get a complete list of regions that are supported by the partner to issue cards. The response will include the following information about a region:

  1. The region name.
  2. The region's code for use with our APIs.
  3. The region's availability for the partner to issue cards.
  4. Any legal documents for the region.

Request

Path Parameters

    partnerAccountId stringrequired

    ID of the partner account.

    Example: 65a7e8ef0d230d0a6bf755e07d39eb02

Responses

Schema

    regions

    object[]

    All regions supported by Immersve.

  • Array [

  • code string

    The region's code.

    title string

    The region's title.

    isAvailable boolean

    Whether the region is available to the given partner account.

    documents

    object

    Regulatory documents for available regions, required to be presented during onboarding.

    generalTermsOfUse

    object

    Terms governing the use of the platform.

    title string

    Document title.

    source string

    URL to the document.

    privacyPolicy

    object

    Privacy policy.

    title string

    Document title.

    source string

    URL to the document.

    disclosures

    object[]

    Legal and financial disclosures mandated by regulators.

  • Array [

  • title string

    Document title.

    source string

    URL to the document.

  • ]

  • marketCompliance

    object[]

    Documentation ensuring compliance with market-specific regulations.

  • Array [

  • title string

    Document title.

    source string

    URL to the document.

  • ]

  • ]

Loading...