Payment Resources
Payment Summary
- Description
- Gets a summary of the payment
- Method
- GET
- URL
- https://api.iwannaticket.com.au/api/v2/payment/{id}
Output
| Name | Type | Description |
|---|---|---|
| key | String | The sale key |
| cartId | String | The cart identifier |
| status | String | The sale status - RESERVED, LOCKED, PROCESSING, CONFIRMED, UNFULFILLED |
| eventDate | Ref | The payment's Event Date |
| event | Ref | The payment's Event |
| customer | Customer | The purchasing customer |
| totalPrice | Currency | The total price of the payment |
| admissions | List[Ref] | All Admissions belonging to this Payment |
| transactions | List[PaymentTransaction] | All transactions that make up this Payment |
| data | Map[String, String] | Payee data |
| modifed | Date | Last modified date |
| created | Date | Sale creation date |
| tags | List[String] | Any relevant tags |
| transactions | List[Transaction] | All transactions for this sale |
| bookingCode | Optional String | Booking codes that were submitted for this sale |
Update Data
- Description
- Update Payee Data
- Method
- PUT
- URL
- https://api.iwannaticket.com.au/api/v2/order/{key}/data
Input
JSON Map of payee data.
Example:
- FIRST_NAME (String)
- LAST_NAME (String)
- etc