| Name | Type | Description | Notes |
|---|---|---|---|
| return_url | String | WHITE BRAND return URL, called to terminate the operation and on which the callback will be sent, with data in POST parameters. This url must contain a unique ID so you know which operation is related to the return. | |
| reference | String | Unique ID of the call, generated by your WHITE BRAND server. This ID can be used as a search field when looking for operation details | |
| account_id | String | Payment account ID to credit. | |
| total_amount | Integer | Amount to debit. Amounts are given as integer numbers in cents. | [optional] |
| commission_amount | Integer | WHITE BRAND fee. Amounts are given as integer numbers in cents. | [optional] |
| comment | String | Comment regarding the transaction. | [optional] |
| auto_commission | BOOLEAN | If true: 1. [amountCom] will be ignored and will be replaced with LEMON WAY's fee. 2. The WHITE BRAND will not receive any fee. | [optional] |