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