create_hosted_checkoutCreates an hosted checkout
| Name | Type | Required | Example |
|---|---|---|---|
external_id | integer | Y | 123The id from host to identify api request. Example. Woocommerce order id |
price | float | Y | 12.00The total price value of order |
success_url | string | Y | https://example.com/receipt_pageThe url where webhook will send data |
callback_url | string | Y | https://example.com/webhook_pageThe url to redirect when order is complete |
notes | mixed | N | a noteMiscellaneous information |
| Name | Type | Example |
|---|---|---|
status | Integer | 0Success |
status | Integer | 1Fail |
status_message | JSON | |