v1
latestOpenAPI 3.1.02026-07-2663312285.4 KBEnrollment Endpoints
Enroll a payment method
post/v1/merchants/{merchant-id}/enrollments
Path parameters
merchant-idstring required
Unique identifier for the merchant
Request body
Example request
{
"paymentMethod": "WERO",
"webhooksUrl": "https://webshop.com/webhooks/enrollment-status"
}Response
OK
Example response
{
"id": "enrollment_XGAvKrnL8EsQjQwGj8FUc",
"paymentMethod": "WERO",
"createdAt": "2026-04-21T11:23:47.123Z",
"updatedAt": "2026-04-21T11:23:47.123Z"
}