v1

latestOpenAPI 3.1.02026-07-2663312285.4 KB
Enrollment Endpoints

List enrollments

get/v1/merchants/{merchant-id}/enrollments

Path parameters

merchant-idstring required

Unique identifier for the merchant

Response

OK

Example response

{
  "data": [
    {
      "id": "enrollment_XGAvKrnL8EsQjQwGj8FUc",
      "paymentMethod": "WERO",
      "createdAt": "2026-04-21T11:23:47.123Z",
      "updatedAt": "2026-04-21T11:23:47.123Z"
    }
  ]
}