Placeholders for the Payment and Guaranteed Payment entities
The following Placeholders are used for the Payment and Guaranteed Payment entities.
| Entity | Placeholder | Description |
|---|---|---|
Payment | payment.id | an ID of the payment |
payment.payment_method | a name of the payment method | |
| payment.document_number | a number of the payment | |
| payment.total | a total amount of the payment | |
| 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 | one of the following statuses of the payment:
| |
| payment.status.was | the previous status of the payment | |
| payment.comment | additional information about the payment | |
| payment.orders | a list of the orders, which are linked to the payment (data will be separated by ";") | |
| payment.order_charges | a list of the charges, which are linked to the payment (data will be separated by ";") | |
| payment.panel_link | a link to the payment, which is displayed on the Customer Control Panel | |
| payment.downloadable | boolean; if the link to the payment is available | |
| payment.receipt_url | a link to the receipt | |
| payment.plan_custom_attributes.item | a set of the custom attributes of the payment (see Managing Attributes), where the item is a key of the attribute | |
| payment.plan_resources_custom_attributes.item | a value of the attributes of the plan resource, where the item is a key of the attribute | |
Guaranteed Payment | guaranteed_payment.id | an ID of the guaranteed payment |
| guaranteed_payment.status | a status of the guaranteed payment | |
| guaranteed_payment.total | a total amount of the guaranteed payment | |
| guaranteed_payment.expiration_date | a date and time of the guaranteed payment |