---
title: "Enable payment method issuer"
method: POST
path: "/v2/profiles/{profileId}/methods/{methodId}/issuers/{issuerId}"
tags: ["Methods API"]
---

# Enable payment method issuer

`POST /v2/profiles/{profileId}/methods/{methodId}/issuers/{issuerId}`

Enable an issuer for a payment method on a specific profile.

Currently only the payment methods `voucher` and `giftcard` are supported.

When using a profile-specific API credential, the alias `me` can be used instead of the profile ID to refer to the
current profile.

## Headers

- `idempotency-key` string

## Request body

- object
  - `contractId` string, nullable — When enabling a voucher issuer, an inbetween party may be involved which you have a contract with. Provide the contract ID for the first time you enable an issuer via this contractor. You can update the contract ID as long as it is not approved yet, by repeating the API call with a different contract ID.

## Response `200`

The payment method issuer object.

## Other responses

- `404` — No entity with this ID exists.
- `429` — Rate Limit has been reached.

---

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