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.
🔑 Access with
API key
Advanced access token with profiles.write
OAuth access with profiles.write
post/profiles/{profileId}/methods/{methodId}/issuers/{issuerId}
Request body
Example request
{
"contractId": "ideal"
}Response
The payment method issuer object.
Changes
No recorded changes to this endpoint across all 1 revision of this API.