{ "opencollection": "1.0.0", "info": { "name": "MyFatoorah Invoicing Sessions API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sessions", "type": "folder" }, "items": [ { "info": { "name": "Create an embedded card-entry session", "type": "http" }, "http": { "method": "POST", "url": "https://apitest.myfatoorah.com/v2/InitiateSession", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a session for the embedded/hosted card component so card data is entered client-side and never touches the merchant server. MODELED representative shape." }, { "info": { "name": "Remove a saved-card token", "type": "http" }, "http": { "method": "POST", "url": "https://apitest.myfatoorah.com/v2/CancelToken", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a stored card token associated with a customer. MODELED representative shape." } ] } ], "bundled": true }