Updated addSSLOrder (markdown)

master
Andrejs Vasiļevskis 2018-08-10 19:52:52 +03:00
parent 0ee60b783d
commit aeaa64924b
1 changed files with 22 additions and 1 deletions

@ -75,3 +75,24 @@ If no errors in request following parameters will be returned:
* tax - order tax if applicable
* tax_rate - order tax rate if applicable
* 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%"
}
```