---
title: "List all cross-border enrollments for a merchant"
method: GET
path: "/api/v1/merchants/{merchantId}/cross-border-enrollments"
tags: ["CrossBorder"]
---

# List all cross-border enrollments for a merchant

`GET /api/v1/merchants/{merchantId}/cross-border-enrollments`

List all cross-border enrollments for a merchant

## Path parameters

- `merchantId` string, uuid, required — The unique identifier of the merchant

## Response `200`

Success

- CrossBorderEnrollmentListResponse
  - `success` boolean, required — Indicates if the request was successful
  - `data` object[], required
    - `id` string, uuid, required — The unique identifier of the cross-border enrollment
    - `merchant_id` string, uuid, required — The unique identifier of the merchant
    - `provider` string, required — The cross-border payment provider instance name
    - `status` union, required — The current status of the cross-border enrollment process
      - 'awaiting_details'
      - 'awaiting_verification'
      - 'verified'
    - `created_at` string, date-time, required — The timestamp when the enrollment was created
    - `updated_at` string, date-time, required — The timestamp when the enrollment was last updated
    - `supported_currencies` object[] — List of supported currencies derived from virtual merchant bank accounts
      - `currency` string, required — The currency code
      - `status` union, required — The status of the currency support
        - 'active'
        - 'inactive'

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/banqzinc/apis/quidkey-api.md) · [All operations](https://skmtc.net/banqzinc/apis/quidkey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banqzinc/quidkey-api/revisions/f86d2bdbcb08/schema)
