Payments¶
This resource represents a payment made on a booking.
XML Schema:
GET: Get a Payment
Fields
Name |
Type |
Description |
|---|---|---|
|
String |
|
|
Field |
|
|
String |
A list of codes that represent the current status af a transaction.
|
|
Datetime |
The time when the resource was created, in the standard Dates & Times. |
|
Datetime |
The time when the resource was last modified, in the standard Dates & Times. |
|
Decimal |
The currency-specific amount of rhe transaction, in the standard Currencies & Prices. |
|
Reference Object |
The related booking resource. |
|
Nested Object |
Details for failed transactions. |
|
Nested Object |
Information about the type of transaction. |
|
String |
A brief description of the transaction type. |
|
String |
The unique code for this transaction type. |
|
Boolean |
Whether this payment was made via an Online channel. |
|
Reference Object |
The travel_credit that funded this payment, if this payment represents an applied travel credit. |
Get a Payment¶
- GET /payments/(string: payment_id)/¶