diff --git a/addSSLOrder.md b/addSSLOrder.md index 39e9aca..350b1c4 100644 --- a/addSSLOrder.md +++ b/addSSLOrder.md @@ -74,4 +74,25 @@ If no errors in request following parameters will be returned: * currency - order currency * tax - order tax if applicable * tax_rate - order tax rate if applicable -* success - success code (true) \ No newline at end of file +* success - success code (true) + +```json +{ + "approver_method": { + "http": { + "link": "http:\/\/demo.gogetssl.com\/.well-known\/pki-validation\/37D0C93EE263FF9EEEA799215A9C3225.txt", + "filename": "37D0C93EE263FF9EEEA799215A9C3225.txt", + "content": "D30C576BF9EB30A75211CB799848EE5CABFCE3D8EE13212A57C9B7E42EF9BAA2\r\nCOMODOCA.COM\r\nt0921306001533919647" + } + }, + "order_id": 783953, + "invoice_id": null, + "order_status": "active", + "success": true, + "order_amount": 0, + "currency": "EUR", + "tax": "0.00", + "tax_rate": "21%" +} + +``` \ No newline at end of file