List all Payment Method Domain

Lists the details of existing payment method domains

Query Parameters
  • limit
    Type: integer

    Integer numbers.

  • last_key
    Type: string
Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/v1/payment_method_domains
curl https://api.paypercut.io/v1/payment_method_domains \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "items": [
    {
      "id": "string",
      "created": "2026-04-02T14:45:59.065Z",
      "domain_name": "string",
      "enabled": true,
      "livemode": true
    }
  ],
  "last_key": "string"
}