{ "opencollection": "1.0.0", "info": { "name": "Business Accounting Other API", "version": "1.0" }, "items": [ { "info": { "name": "Other", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a synchronous webhook list", "type": "http" }, "http": { "method": "GET", "url": "https://b2b.revolut.com/api/1.0/api/synchronous-webhooks", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Retrieve a list of synchronous webhook objects.\n\nYou can use this endpoint to see your different address validation endpoints registered to different locations.\n\n:::info\nFor more information about locations, see: [Merchant API: Locations](https://developer.revolut.com/docs/api/merchant#tag-locations).\n:::" }, { "info": { "name": "Register address validation endpoint for Fast checkout", "type": "http" }, "http": { "method": "POST", "url": "https://b2b.revolut.com/api/1.0/api/synchronous-webhooks", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use this endpoint to register a URL where Revolut can send shipping address(es) from a Revolut Pay customer for validation during the [Fast checkout\nprocess](https://developer.revolut.com/docs/guides/merchant/optimise-checkout/fast-checkout).\n\nRevolut Pay can support Fast checkout for delivering goods. Once your customer selects a shipping address, Revolut needs to validate if the merchant (or their shipping partner) delivers to the address provided. This is done by contacting the merchant's bac" }, { "info": { "name": "Delete a synchronous webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://b2b.revolut.com/api/1.0/api/synchronous-webhooks/:synchronous_webhook_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "synchronous_webhook_id", "value": "", "type": "path", "description": "The ID of the synchronous webhook." } ] }, "docs": "Delete a specific synchronous webhook registration, based on its ID." } ] } ], "bundled": true }