Name | Type | Description | Notes |
---|---|---|---|
amount | float | ||
customer_name | string | [optional] | |
customer_email | string | ||
store_name | string | ||
currency | string | ||
order_id | string | ||
callback_url_redirect | string | Where to redirect once the payment is pending or cancelled. If this value is provided it'll override the general settings. | [optional] |
callback_cancel_url_redirect | string | Where to redirect once the payment is cancelled. If this value is not provided callbackUrlRedirect will be used | [optional] |
web_hook_url | string | Where to post updates about a payment. These will be posted with every payment change. This callback is guaranteed to happen before we redirect the user back. If this value is provided it'll override the general settings. If not provide at all - webhook will not send | [optional] |
security_token | string | This token will be sent back with the callback in Authorization header. (Authorization: [type] [credentials] (e.x Basic Rjc1234567890jdGMS67890U78...)) When creating the token, both 'type' and 'credentials' are required. | [optional] |