Placeholders for configuring Payment Methods
The following Placeholders can be used for configuring Payment Methods.
| Placeholder | Description | 
|---|---|
payment.id  | ID of payment | 
| payment.account_name | a full name for the customer who created the payment | 
| payment.account_address | an address of the customer who created the payment | 
payment.payment_method  | payment method | 
| payment.document_number | a number of the payment document | 
| payment.total | a total amount of the payment | 
| payment.total | format_as_money | a total amount of the payment with the currency of the reseller | 
| payment.total_in_words | a total amount of the payment in words | 
| payment.created_at | a date and time of the payment creation | 
| payment.status | a status of the payment | 
| payment.comment | a comment on the payment | 
| payment.orders | full information about orders that were united in the payment (the data is separated by ";") | 
| payment.order_charges | full information about charges that were united in the payment (the data is separated by ";") | 
| payment.panel_link | a link to the payment in the Customer Control Payment | 
| payment.downloadable | boolean; if the link for downloading the bill is available | 
| payment.receipt_url | a link to download the bill for payment |