List all Payment Method Domain
Lists the details of existing payment method domains
Query Parameters
- Type: integerlimit
Integer numbers.
- Type: stringlast
_key
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?limit=1&last_key=' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"items": [
{
"id": "string",
"created": "2026-05-21T04:57:41.060Z",
"domain_name": "string",
"enabled": true,
"livemode": true
}
],
"last_key": "string"
}
