Dry-run
cURL
curl --request GET \ --url https://api-sandbox.y.uno/v1/payment-method-domains/{id} \ --header 'private-secret-key: <api-key>' \ --header 'public-api-key: <api-key>'
{ "id": "dom_1234567890abcdef", "account_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "domain": "checkout.example.com", "payment_method": "APPLE_PAY", "status": "REGISTERED", "created_at": "2026-01-22T10:30:00Z", "updated_at": "2026-01-22T10:45:00Z" }
"dom_1234567890abcdef"
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
"checkout.example.com"
"APPLE_PAY"
"REGISTERED"
"2026-01-22T10:30:00Z"
"2026-01-22T10:45:00Z"
Was this page helpful?