{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Domain API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Domain", "type": "folder" }, "items": [ { "info": { "name": "Stripe Create Apple Pay Domain", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/apple_pay/domains", "body": { "type": "form-urlencoded", "data": [ { "name": "domain_name", "value": "" }, { "name": "expand", "value": "" } ] } }, "docs": "

Create an apple pay domain.

" }, { "info": { "name": "Stripe Retrieve Apple Pay Domain", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/apple_pay/domains/:domain", "params": [ { "name": "domain", "value": "", "type": "path" }, { "name": "expand", "value": "", "type": "query", "description": "Specifies which fields in the response should be expanded." } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Retrieve an apple pay domain.

" }, { "info": { "name": "Stripe Delete Apple Pay Domain", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stripe.com/v1/apple_pay/domains/:domain", "params": [ { "name": "domain", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Delete an apple pay domain.

" } ] } ], "bundled": true }