Transactions
Transaction objects are created when customers' purchase previously defined tickets or products. They represent money flowing into your organization. Transactions are identified by a unique, random ID.
Endpoints
The transaction object
Attributes
The ID of the transaction
The ID of the seller of the transaction
The ID of the event containing this transaction
The calculated real price of the transaction
The status of the transaction.
NEW
RESERVED-BY-SYSTEM
ABORTED
COMPLETE
CANCELED
The secret token of the transaction
Optional Attributes
Collapse all{"_id": "string","sellerId": "string","customerId": "string","eventId": "string","company": "string","name": "string","prename": "string","lastname": "string","street": "string","line2": "string","city": "string","state": "string","country": "string","postal": "string","deliveryAddress": {"street": "string","line2": "string","postal": "string","city": "string","country": "string","state": "string","name": "string"},"tickets": [],"products": [],"additionalItems": [],"currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"paymentCharge": 10.5,"innerCharge": 10.5,"outerCharge": 10.5,"innerFeeComponents": {"_id": "string","fix": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}],"var": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}]},"outerFeeComponents": {"_id": "string","fix": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}],"var": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}]},"cancellationFee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}},"cancellationInfo": {"cancellableItems": [{"cartItemId": "string","type": "ticket","name": "string","price": 10.5,"taxRate": 10.5,"origin": {"fee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}},"cancellationFee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}},"refundId": "string","cancelledAt": "2030-01-23T23:00:00.123Z"}]},"taxRate": 0.19,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","status": "NEW","psp": "string","paymentMethod": "adyen","paymentInfo": {"_id": "string","psp": "string","gateway": "managed","providerType": "vivenu","providerId": "string","method": "string","methodVariant": "string","locale": "string","riskLevel": "string","riskScore": 10.5,"refundId": "string","collectedApplicationFee": 10.5},"paymentStatus": "AWAITING","origin": "yourticket","userId": "string","posId": "string","posInfo": {"_id": "string","sessionId": "string","billingNo": "string","taxId": "string","paymentMethod": "cash","canceledAt": "2030-01-23T23:00:00.123Z","cancellationNo": "2030-01-23T23:00:00.123Z"},"history": [{"_id": "string","date": "2030-01-23T23:00:00.123Z","title": "string","message": "string","type": "YOURTICKET","risk": "NEUTRAL"}],"historyEntries": [{"_id": "string","date": "2030-01-23T23:00:00.123Z","userId": "string","data": {},"type": "created","risk": "NEUTRAL"}],"ticketMailSend": true,"orderMailSend": true,"extraFields": {},"channel": "string","underShop": "string","userAgent": {"_id": "string","ua": "string","browser": {},"device": {},"engine": {},"os": {},"cpu": {}},"ipLookup": {"ip": "string","lookup": {"range": [10.5],"country": "string","region": "string","eu": "string","timezone": "string","city": "string","ll": [10.5],"metro": 10.5,"area": 10.5}},"locationCenter": [10.5],"secret": "string","vouchers": ["string"],"redeemedVouchers": {"totalRedeemedAmount": 10.5,"vouchers": [{"_id": "string","code": "string","redeemedAmount": 10.5}]},"appliedCoupons": [{"_id": "string","code": "string"}],"appliedDiscountGroups": ["string"],"posDiscounts": [{"_id": "string","name": "string","discountType": "fix","value": 10.5}],"preferredLanguage": "de","cancellationReason": "REQUESTED_BY_CUSTOMER","appliedDiscountInfo": {"items": [{"_id": "string","itemId": "string","amount": 10.5,"regularPrice": 10.5,"price": 10.5,"varDiscounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"]}],"fixDiscounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"]}]}],"discounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"],"maxItemsInCart": 10.5,"maxAbsoluteValue": 10.5,"absoluteDiscountValue": 10.5}]},"invoiceVersion": "v2","seatingReservationToken": "string"}
Get a Transaction
Query
{"_id": "string","sellerId": "string","customerId": "string","eventId": "string","company": "string","name": "string","prename": "string","lastname": "string","street": "string","line2": "string","city": "string","state": "string","country": "string","postal": "string","deliveryAddress": {"street": "string","line2": "string","postal": "string","city": "string","country": "string","state": "string","name": "string"},"tickets": [],"products": [],"additionalItems": [],"currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"paymentCharge": 10.5,"innerCharge": 10.5,"outerCharge": 10.5,"innerFeeComponents": {"_id": "string","fix": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}],"var": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}]},"outerFeeComponents": {"_id": "string","fix": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}],"var": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}]},"cancellationFee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}},"cancellationInfo": {"cancellableItems": [{"cartItemId": "string","type": "ticket","name": "string","price": 10.5,"taxRate": 10.5,"origin": {"fee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}},"cancellationFee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}},"refundId": "string","cancelledAt": "2030-01-23T23:00:00.123Z"}]},"taxRate": 0.19,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","status": "NEW","psp": "string","paymentMethod": "adyen","paymentInfo": {"_id": "string","psp": "string","gateway": "managed","providerType": "vivenu","providerId": "string","method": "string","methodVariant": "string","locale": "string","riskLevel": "string","riskScore": 10.5,"refundId": "string","collectedApplicationFee": 10.5},"paymentStatus": "AWAITING","origin": "yourticket","userId": "string","posId": "string","posInfo": {"_id": "string","sessionId": "string","billingNo": "string","taxId": "string","paymentMethod": "cash","canceledAt": "2030-01-23T23:00:00.123Z","cancellationNo": "2030-01-23T23:00:00.123Z"},"history": [{"_id": "string","date": "2030-01-23T23:00:00.123Z","title": "string","message": "string","type": "YOURTICKET","risk": "NEUTRAL"}],"historyEntries": [{"_id": "string","date": "2030-01-23T23:00:00.123Z","userId": "string","data": {},"type": "created","risk": "NEUTRAL"}],"ticketMailSend": true,"orderMailSend": true,"extraFields": {},"channel": "string","underShop": "string","userAgent": {"_id": "string","ua": "string","browser": {},"device": {},"engine": {},"os": {},"cpu": {}},"ipLookup": {"ip": "string","lookup": {"range": [10.5],"country": "string","region": "string","eu": "string","timezone": "string","city": "string","ll": [10.5],"metro": 10.5,"area": 10.5}},"locationCenter": [10.5],"secret": "string","vouchers": ["string"],"redeemedVouchers": {"totalRedeemedAmount": 10.5,"vouchers": [{"_id": "string","code": "string","redeemedAmount": 10.5}]},"appliedCoupons": [{"_id": "string","code": "string"}],"appliedDiscountGroups": ["string"],"posDiscounts": [{"_id": "string","name": "string","discountType": "fix","value": 10.5}],"preferredLanguage": "de","cancellationReason": "REQUESTED_BY_CUSTOMER","appliedDiscountInfo": {"items": [{"_id": "string","itemId": "string","amount": 10.5,"regularPrice": 10.5,"price": 10.5,"varDiscounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"]}],"fixDiscounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"]}]}],"discounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"],"maxItemsInCart": 10.5,"maxAbsoluteValue": 10.5,"absoluteDiscountValue": 10.5}]},"invoiceVersion": "v2","seatingReservationToken": "string"}
Cancel a Transaction
Payload
Optional Attributes
Collapse all{"refundFunds": true}
{"_id": "string","sellerId": "string","customerId": "string","eventId": "string","company": "string","name": "string","prename": "string","lastname": "string","street": "string","line2": "string","city": "string","state": "string","country": "string","postal": "string","deliveryAddress": {"street": "string","line2": "string","postal": "string","city": "string","country": "string","state": "string","name": "string"},"tickets": [],"products": [],"additionalItems": [],"currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"paymentCharge": 10.5,"innerCharge": 10.5,"outerCharge": 10.5,"innerFeeComponents": {"_id": "string","fix": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}],"var": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}]},"outerFeeComponents": {"_id": "string","fix": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}],"var": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}]},"cancellationFee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}},"cancellationInfo": {"cancellableItems": [{"cartItemId": "string","type": "ticket","name": "string","price": 10.5,"taxRate": 10.5,"origin": {"fee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}},"cancellationFee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}},"refundId": "string","cancelledAt": "2030-01-23T23:00:00.123Z"}]},"taxRate": 0.19,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","status": "NEW","psp": "string","paymentMethod": "adyen","paymentInfo": {"_id": "string","psp": "string","gateway": "managed","providerType": "vivenu","providerId": "string","method": "string","methodVariant": "string","locale": "string","riskLevel": "string","riskScore": 10.5,"refundId": "string","collectedApplicationFee": 10.5},"paymentStatus": "AWAITING","origin": "yourticket","userId": "string","posId": "string","posInfo": {"_id": "string","sessionId": "string","billingNo": "string","taxId": "string","paymentMethod": "cash","canceledAt": "2030-01-23T23:00:00.123Z","cancellationNo": "2030-01-23T23:00:00.123Z"},"history": [{"_id": "string","date": "2030-01-23T23:00:00.123Z","title": "string","message": "string","type": "YOURTICKET","risk": "NEUTRAL"}],"historyEntries": [{"_id": "string","date": "2030-01-23T23:00:00.123Z","userId": "string","data": {},"type": "created","risk": "NEUTRAL"}],"ticketMailSend": true,"orderMailSend": true,"extraFields": {},"channel": "string","underShop": "string","userAgent": {"_id": "string","ua": "string","browser": {},"device": {},"engine": {},"os": {},"cpu": {}},"ipLookup": {"ip": "string","lookup": {"range": [10.5],"country": "string","region": "string","eu": "string","timezone": "string","city": "string","ll": [10.5],"metro": 10.5,"area": 10.5}},"locationCenter": [10.5],"secret": "string","vouchers": ["string"],"redeemedVouchers": {"totalRedeemedAmount": 10.5,"vouchers": [{"_id": "string","code": "string","redeemedAmount": 10.5}]},"appliedCoupons": [{"_id": "string","code": "string"}],"appliedDiscountGroups": ["string"],"posDiscounts": [{"_id": "string","name": "string","discountType": "fix","value": 10.5}],"preferredLanguage": "de","cancellationReason": "REQUESTED_BY_CUSTOMER","appliedDiscountInfo": {"items": [{"_id": "string","itemId": "string","amount": 10.5,"regularPrice": 10.5,"price": 10.5,"varDiscounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"]}],"fixDiscounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"]}]}],"discounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"],"maxItemsInCart": 10.5,"maxAbsoluteValue": 10.5,"absoluteDiscountValue": 10.5}]},"invoiceVersion": "v2","seatingReservationToken": "string"}
Get Transaction cancellation info
Query
{"cancellableItems": [{"cartItemId": "string","type": "ticket","name": "string","price": 10.5,"taxRate": 10.5,"origin": {"fee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}},"cancellationFee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}},"refundId": "string","cancelledAt": "2030-01-23T23:00:00.123Z"}]}
Create a Transaction cancellation
Payload
An array of cancellable-Ids of items to be cancelled
Optional Attributes
Collapse all{"items": ["string"],"refundFunds": true,"refundTarget": "origin"}
{"transactionId": "string","sellerId": "string","cancelledItems": [{"cartItemId": "string","type": "ticket","name": "string","price": 10.5,"taxRate": 10.5,"origin": {"fee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}},"cancellationFee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}},"refundId": "string","cancelledAt": "2030-01-23T23:00:00.123Z"}],"refundId": "string","refundTarget": "string","createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z"}
Complete a Transaction
You can only complete a transaction if the status
equals NEW
.
Caution: A successful call will send the ticket and order emails if not otherwise configured.
If the transaction contains tickets with seats, an attempt is made to book the seat reservation.
Query
{"_id": "string","sellerId": "string","customerId": "string","eventId": "string","company": "string","name": "string","prename": "string","lastname": "string","street": "string","line2": "string","city": "string","state": "string","country": "string","postal": "string","deliveryAddress": {"street": "string","line2": "string","postal": "string","city": "string","country": "string","state": "string","name": "string"},"tickets": [],"products": [],"additionalItems": [],"currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"paymentCharge": 10.5,"innerCharge": 10.5,"outerCharge": 10.5,"innerFeeComponents": {"_id": "string","fix": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}],"var": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}]},"outerFeeComponents": {"_id": "string","fix": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}],"var": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}]},"cancellationFee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}},"cancellationInfo": {"cancellableItems": [{"cartItemId": "string","type": "ticket","name": "string","price": 10.5,"taxRate": 10.5,"origin": {"fee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}},"cancellationFee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}},"refundId": "string","cancelledAt": "2030-01-23T23:00:00.123Z"}]},"taxRate": 0.19,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","status": "NEW","psp": "string","paymentMethod": "adyen","paymentInfo": {"_id": "string","psp": "string","gateway": "managed","providerType": "vivenu","providerId": "string","method": "string","methodVariant": "string","locale": "string","riskLevel": "string","riskScore": 10.5,"refundId": "string","collectedApplicationFee": 10.5},"paymentStatus": "AWAITING","origin": "yourticket","userId": "string","posId": "string","posInfo": {"_id": "string","sessionId": "string","billingNo": "string","taxId": "string","paymentMethod": "cash","canceledAt": "2030-01-23T23:00:00.123Z","cancellationNo": "2030-01-23T23:00:00.123Z"},"history": [{"_id": "string","date": "2030-01-23T23:00:00.123Z","title": "string","message": "string","type": "YOURTICKET","risk": "NEUTRAL"}],"historyEntries": [{"_id": "string","date": "2030-01-23T23:00:00.123Z","userId": "string","data": {},"type": "created","risk": "NEUTRAL"}],"ticketMailSend": true,"orderMailSend": true,"extraFields": {},"channel": "string","underShop": "string","userAgent": {"_id": "string","ua": "string","browser": {},"device": {},"engine": {},"os": {},"cpu": {}},"ipLookup": {"ip": "string","lookup": {"range": [10.5],"country": "string","region": "string","eu": "string","timezone": "string","city": "string","ll": [10.5],"metro": 10.5,"area": 10.5}},"locationCenter": [10.5],"secret": "string","vouchers": ["string"],"redeemedVouchers": {"totalRedeemedAmount": 10.5,"vouchers": [{"_id": "string","code": "string","redeemedAmount": 10.5}]},"appliedCoupons": [{"_id": "string","code": "string"}],"appliedDiscountGroups": ["string"],"posDiscounts": [{"_id": "string","name": "string","discountType": "fix","value": 10.5}],"preferredLanguage": "de","cancellationReason": "REQUESTED_BY_CUSTOMER","appliedDiscountInfo": {"items": [{"_id": "string","itemId": "string","amount": 10.5,"regularPrice": 10.5,"price": 10.5,"varDiscounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"]}],"fixDiscounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"]}]}],"discounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"],"maxItemsInCart": 10.5,"maxAbsoluteValue": 10.5,"absoluteDiscountValue": 10.5}]},"invoiceVersion": "v2","seatingReservationToken": "string"}
Send transaction tickets per mail
Payload
Optional Attributes
Collapse all{}
{"_id": "string","sellerId": "string","customerId": "string","eventId": "string","company": "string","name": "string","prename": "string","lastname": "string","street": "string","line2": "string","city": "string","state": "string","country": "string","postal": "string","deliveryAddress": {"street": "string","line2": "string","postal": "string","city": "string","country": "string","state": "string","name": "string"},"tickets": [],"products": [],"additionalItems": [],"currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"paymentCharge": 10.5,"innerCharge": 10.5,"outerCharge": 10.5,"innerFeeComponents": {"_id": "string","fix": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}],"var": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}]},"outerFeeComponents": {"_id": "string","fix": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}],"var": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}]},"cancellationFee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}},"cancellationInfo": {"cancellableItems": [{"cartItemId": "string","type": "ticket","name": "string","price": 10.5,"taxRate": 10.5,"origin": {"fee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}},"cancellationFee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}},"refundId": "string","cancelledAt": "2030-01-23T23:00:00.123Z"}]},"taxRate": 0.19,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","status": "NEW","psp": "string","paymentMethod": "adyen","paymentInfo": {"_id": "string","psp": "string","gateway": "managed","providerType": "vivenu","providerId": "string","method": "string","methodVariant": "string","locale": "string","riskLevel": "string","riskScore": 10.5,"refundId": "string","collectedApplicationFee": 10.5},"paymentStatus": "AWAITING","origin": "yourticket","userId": "string","posId": "string","posInfo": {"_id": "string","sessionId": "string","billingNo": "string","taxId": "string","paymentMethod": "cash","canceledAt": "2030-01-23T23:00:00.123Z","cancellationNo": "2030-01-23T23:00:00.123Z"},"history": [{"_id": "string","date": "2030-01-23T23:00:00.123Z","title": "string","message": "string","type": "YOURTICKET","risk": "NEUTRAL"}],"historyEntries": [{"_id": "string","date": "2030-01-23T23:00:00.123Z","userId": "string","data": {},"type": "created","risk": "NEUTRAL"}],"ticketMailSend": true,"orderMailSend": true,"extraFields": {},"channel": "string","underShop": "string","userAgent": {"_id": "string","ua": "string","browser": {},"device": {},"engine": {},"os": {},"cpu": {}},"ipLookup": {"ip": "string","lookup": {"range": [10.5],"country": "string","region": "string","eu": "string","timezone": "string","city": "string","ll": [10.5],"metro": 10.5,"area": 10.5}},"locationCenter": [10.5],"secret": "string","vouchers": ["string"],"redeemedVouchers": {"totalRedeemedAmount": 10.5,"vouchers": [{"_id": "string","code": "string","redeemedAmount": 10.5}]},"appliedCoupons": [{"_id": "string","code": "string"}],"appliedDiscountGroups": ["string"],"posDiscounts": [{"_id": "string","name": "string","discountType": "fix","value": 10.5}],"preferredLanguage": "de","cancellationReason": "REQUESTED_BY_CUSTOMER","appliedDiscountInfo": {"items": [{"_id": "string","itemId": "string","amount": 10.5,"regularPrice": 10.5,"price": 10.5,"varDiscounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"]}],"fixDiscounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"]}]}],"discounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"],"maxItemsInCart": 10.5,"maxAbsoluteValue": 10.5,"absoluteDiscountValue": 10.5}]},"invoiceVersion": "v2","seatingReservationToken": "string"}
Send a Transaction reserved invitation mail
Query
Update the payment status
Payload
The target payment status
LOCAL-RECEIVED
{"paymentStatus": "LOCAL-RECEIVED"}
Get All Transactions
Query
Filter by a comma(,) separated list of event IDs
Range of dates indicating when the transaction was last updated in ISO format.
Optional Attributes
Collapse allThe reference of the payment service provider to filter for
A limit on the number of objects to be returned. Can range between 1 and 1000.
The number of objects to skip for the requested result
{"docs": [{"_id": "string","sellerId": "string","customerId": "string","eventId": "string","company": "string","name": "string","prename": "string","lastname": "string","street": "string","line2": "string","city": "string","state": "string","country": "string","postal": "string","deliveryAddress": {"street": "string","line2": "string","postal": "string","city": "string","country": "string","state": "string","name": "string"},"tickets": [],"products": [],"additionalItems": [],"currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"paymentCharge": 10.5,"innerCharge": 10.5,"outerCharge": 10.5,"innerFeeComponents": {"_id": "string","fix": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}],"var": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}]},"outerFeeComponents": {"_id": "string","fix": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}],"var": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}]},"cancellationFee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}},"cancellationInfo": {"cancellableItems": [{"cartItemId": "string","type": "ticket","name": "string","price": 10.5,"taxRate": 10.5,"origin": {"fee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}},"cancellationFee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}},"refundId": "string","cancelledAt": "2030-01-23T23:00:00.123Z"}]},"taxRate": 0.19,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","status": "NEW","psp": "string","paymentMethod": "adyen","paymentInfo": {"_id": "string","psp": "string","gateway": "managed","providerType": "vivenu","providerId": "string","method": "string","methodVariant": "string","locale": "string","riskLevel": "string","riskScore": 10.5,"refundId": "string","collectedApplicationFee": 10.5},"paymentStatus": "AWAITING","origin": "yourticket","userId": "string","posId": "string","posInfo": {"_id": "string","sessionId": "string","billingNo": "string","taxId": "string","paymentMethod": "cash","canceledAt": "2030-01-23T23:00:00.123Z","cancellationNo": "2030-01-23T23:00:00.123Z"},"history": [{"_id": "string","date": "2030-01-23T23:00:00.123Z","title": "string","message": "string","type": "YOURTICKET","risk": "NEUTRAL"}],"historyEntries": [{"_id": "string","date": "2030-01-23T23:00:00.123Z","userId": "string","data": {},"type": "created","risk": "NEUTRAL"}],"ticketMailSend": true,"orderMailSend": true,"extraFields": {},"channel": "string","underShop": "string","userAgent": {"_id": "string","ua": "string","browser": {},"device": {},"engine": {},"os": {},"cpu": {}},"ipLookup": {"ip": "string","lookup": {"range": [10.5],"country": "string","region": "string","eu": "string","timezone": "string","city": "string","ll": [10.5],"metro": 10.5,"area": 10.5}},"locationCenter": [10.5],"secret": "string","vouchers": ["string"],"redeemedVouchers": {"totalRedeemedAmount": 10.5,"vouchers": [{"_id": "string","code": "string","redeemedAmount": 10.5}]},"appliedCoupons": [{"_id": "string","code": "string"}],"appliedDiscountGroups": ["string"],"posDiscounts": [{"_id": "string","name": "string","discountType": "fix","value": 10.5}],"preferredLanguage": "de","cancellationReason": "REQUESTED_BY_CUSTOMER","appliedDiscountInfo": {"items": [{"_id": "string","itemId": "string","amount": 10.5,"regularPrice": 10.5,"price": 10.5,"varDiscounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"]}],"fixDiscounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"]}]}],"discounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"],"maxItemsInCart": 10.5,"maxAbsoluteValue": 10.5,"absoluteDiscountValue": 10.5}]},"invoiceVersion": "v2","seatingReservationToken": "string"}],"total": 1}
Get all Transactions rich
Query
Filter by a comma(,) separated list of event IDs
Range of dates indicating when the transaction was last updated in ISO format.
Optional Attributes
Collapse allThe reference of the payment service provider to filter for
A limit on the number of objects to be returned. Can range between 1 and 1000.
The number of objects to skip for the requested result
{"docs": [{"_id": "string","sellerId": "string","customerId": "string","eventId": "string","company": "string","name": "string","prename": "string","lastname": "string","street": "string","line2": "string","city": "string","state": "string","country": "string","postal": "string","deliveryAddress": {"street": "string","line2": "string","postal": "string","city": "string","country": "string","state": "string","name": "string"},"tickets": [],"products": [],"additionalItems": [],"currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"paymentCharge": 10.5,"innerCharge": 10.5,"outerCharge": 10.5,"innerFeeComponents": {"_id": "string","fix": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}],"var": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}]},"outerFeeComponents": {"_id": "string","fix": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}],"var": [{"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}]},"cancellationFee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}},"cancellationInfo": {"cancellableItems": [{"cartItemId": "string","type": "ticket","name": "string","price": 10.5,"taxRate": 10.5,"origin": {"fee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}}},"cancellationFee": {"_id": "string","amount": 10.5,"value": 10.5,"total": 10.5,"type": "onTicket","name": "string","exposed": true,"scheme": {"schemeId": "string","feeId": "string"}},"refundId": "string","cancelledAt": "2030-01-23T23:00:00.123Z"}]},"taxRate": 0.19,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","status": "NEW","psp": "string","paymentMethod": "adyen","paymentInfo": {"_id": "string","psp": "string","gateway": "managed","providerType": "vivenu","providerId": "string","method": "string","methodVariant": "string","locale": "string","riskLevel": "string","riskScore": 10.5,"refundId": "string","collectedApplicationFee": 10.5},"paymentStatus": "AWAITING","origin": "yourticket","userId": "string","posId": "string","posInfo": {"_id": "string","sessionId": "string","billingNo": "string","taxId": "string","paymentMethod": "cash","canceledAt": "2030-01-23T23:00:00.123Z","cancellationNo": "2030-01-23T23:00:00.123Z"},"history": [{"_id": "string","date": "2030-01-23T23:00:00.123Z","title": "string","message": "string","type": "YOURTICKET","risk": "NEUTRAL"}],"historyEntries": [{"_id": "string","date": "2030-01-23T23:00:00.123Z","userId": "string","data": {},"type": "created","risk": "NEUTRAL"}],"ticketMailSend": true,"orderMailSend": true,"extraFields": {},"channel": "string","underShop": "string","userAgent": {"_id": "string","ua": "string","browser": {},"device": {},"engine": {},"os": {},"cpu": {}},"ipLookup": {"ip": "string","lookup": {"range": [10.5],"country": "string","region": "string","eu": "string","timezone": "string","city": "string","ll": [10.5],"metro": 10.5,"area": 10.5}},"locationCenter": [10.5],"secret": "string","vouchers": ["string"],"redeemedVouchers": {"totalRedeemedAmount": 10.5,"vouchers": [{"_id": "string","code": "string","redeemedAmount": 10.5}]},"appliedCoupons": [{"_id": "string","code": "string"}],"appliedDiscountGroups": ["string"],"posDiscounts": [{"_id": "string","name": "string","discountType": "fix","value": 10.5}],"preferredLanguage": "de","cancellationReason": "REQUESTED_BY_CUSTOMER","appliedDiscountInfo": {"items": [{"_id": "string","itemId": "string","amount": 10.5,"regularPrice": 10.5,"price": 10.5,"varDiscounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"]}],"fixDiscounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"]}]}],"discounts": [{"_id": "string","discountId": "string","category": "coupon","name": "string","type": "fix","value": 10.5,"allowedItems": ["string"],"maxItemsInCart": 10.5,"maxAbsoluteValue": 10.5,"absoluteDiscountValue": 10.5}]},"invoiceVersion": "v2","seatingReservationToken": "string"}],"total": 1}
Get all Transaction Tickets
Query
[{"_id": "string","sellerId": "string","company": "string","email": "string","name": "string","firstname": "string","lastname": "string","street": "string","line2": "string","city": "string","postal": "string","state": "string","country": "string","eventId": "string","rootEventId": "string","transactionId": "string","posId": "string","underShopId": "string","categoryRef": "string","categoryName": "string","ticketTypeId": "string","slotId": "string","cartItemId": "string","triggeredBy": ["string"],"ticketName": "string","currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"completed": true,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","expiresAt": "2030-01-23T23:00:00.123Z","status": "VALID","secret": "string","barcode": "string","seat": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"type": "SINGLE","origin": "yourticket","extraFields": {},"batch": "string","batchCounter": 10.5,"deliveryType": "HARD","readyForDelivery": true,"customMessage": "string","priceCategoryId": "string","entryPermissions": [[]],"customerId": "string","history": [[]],"personalized": true,"excludedEventIds": ["string"],"originTicketId": "string","fulfillmentTypeId": "string","__v": 1}]