Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.29 KB

File metadata and controls

17 lines (14 loc) · 1.29 KB

LemonWayClient::MoneyInTrustlyInitInput

Properties

Name Type Description Notes
final_customer_email String End user email.
final_customer_first_name String End user first name.
final_customer_last_name String End user last name.
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]