Name | Type | Description | Notes |
---|---|---|---|
id | string | Unique transaction ID. | |
source_id | string | The merchant’s transaction ID if it is different from the Voucherify transaction ID. It is really useful in case of an integration between multiple systems. It can be a transaction ID from a CRM system, database or 3rd-party service. In case of a redemption, this value is null. | |
voucher_id | string | Unique voucher ID. | |
campaign_id | string | Unqiue campaign ID of the voucher's parent campaign if it is part of campaign that generates bulk codes. | |
source | string | The channel through which the transaction took place, whether through the API or the the Dashboard. In case of a redemption, this value is null. | |
reason | string | Reason why the transaction occurred. In case of a redemption, this value is null. | |
type | string | ||
details | \OpenAPI\Client\Model\VoucherTransactionDetails | ||
related_transaction_id | string | The related transaction ID on the receiving card. | |
created_at | \DateTime | Timestamp representing the date and time when the transaction was created in ISO 8601 format. |
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.