name | data | desc |
---|---|---|
order_id | 1 (int) | Your order id |
status | payed/expired | Status of order |
id | uuid4 | Fpay id of order |
secret_key | uuid4 | Your secret2 key to verify request |
Example of webhook. Information will be sent to your hook_url in settings
name | data | desc |
---|---|---|
order_id | 1 (int) | Your order id |
status | payed/expired | Status of order |
id | uuid4 | Fpay id of order |
secret_key | uuid4 | Your secret2 key to verify request |
Example of webhook. Information will be sent to your hook_url in settings