{ "opencollection": "1.0.0", "info": { "name": "Apple Pay JS Merchant Registration Payment Status API", "version": "1.0" }, "items": [ { "info": { "name": "Payment Status", "type": "folder" }, "items": [ { "info": { "name": "Apple Pay Get payment transaction status", "type": "http" }, "http": { "method": "GET", "url": "https://apple-pay-gateway.apple.com/paymentservices/payments/apple-pay/:transactionId", "params": [ { "name": "transactionId", "value": "", "type": "path", "description": "Unique transaction identifier returned from payment processing" } ] }, "docs": "Retrieves the status of a previously submitted Apple Pay payment transaction." } ] } ], "bundled": true }