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 | Payment ID |
payment.payment_method | Payment method name | |
| payment.document_number | Payment number | |
| payment.total | Total amount of the Payment | |
| payment.total_in_words | Total amount of the Payment in words | |
| payment.created_at | Date and time of the Payment creation | |
| payment.status | Current status of the Payment | |
| payment.status.was | Previous status of the Payment | |
| payment.comment | Additional information about the Payment | |
| payment.orders | List of the Orders linked to the Payment (separated by ";") | |
| payment.order_charges | List of the Charges linked to the Payment (separated by ";") | |
| payment.panel_link | Link to the Payment, in the Customer Control Panel | |
| payment.downloadable | Boolean; whether the link to the Payment is available | |
| payment.receipt_url | Link to the receipt | |
| payment.plan_custom_attributes.item | 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 | Value of the attributes of the Plan resource, where the item is a key of the attribute | |
| payment.invoice_from_date | Start date of the period of the postpaid Invoice linked to the Payment (DD.MM.YYYY) | |
| payment.invoice_to_date | End date of the period of the postpaid Invoice linked to the Payment (DD.MM.YYYY) | |
| payment.expiration_date | Payment due date (DD.MM.YYYY) | |
| payment.link | Link to the Payments section of the Customer Control Payment filtered by the Payment number (for example, https://{{domain}}/accounts/{{account_id}}/payments?document_id=AP000000834) | |
Guaranteed Payment | guaranteed_payment.id | Guaranteed payment ID |
| guaranteed_payment.status | Status of the Guaranteed payment | |
| guaranteed_payment.total | Total amount of the Guaranteed payment | |
| guaranteed_payment.expiration_date | Date and time of the Guaranteed payment | |
| guaranteed_payment.days_left | Number of days before the expiration date of the Guaranteed Payment |