---
title: "Enable cross-border payments for a merchant with a specific provider"
method: POST
path: "/api/v1/merchants/{merchantId}/cross-border-enrollments"
tags: ["CrossBorder"]
---

# Enable cross-border payments for a merchant with a specific provider

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

Enable cross-border payments for a merchant with a specific provider

## Path parameters

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

## Request body

- CrossBorderEnrollmentEnableInput — Request body for enabling cross-border enrollment
  - `provider` string, required — The cross-border provider to enroll with.

## Response `201`

Created

- CrossBorderEnrollmentResponse
  - `success` boolean, required — Indicates if the request was successful
  - `data` object, required — Cross-border payment provider enrollment information for a merchant
    - `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

- `400` — Bad Request
- `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)
