Methods API
Enable payment method issuer
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.
post/v2/profiles/{profileId}/methods/{methodId}/issuers/{issuerId}
Headers
idempotency-keystring
Example:123e4567-e89b-12d3-a456-426
A unique key to ensure idempotent requests. This key should be a UUID v4 string.
Request body
Example request
{
"contractId": "ideal"
}Response
The payment method issuer object.