list_cart_payments
List payments made for all reservations of a shopping cart. Note that in case of a shopping cart, payments are always assigned to specific reservations belonging to a shopping cart, even though the payment is made for all cart reservations.
cart_id int required
ID of the shopping cart whose payments will be listed.
method string required
must be set to
list_cart_payments language string optional
by specifying a 2-letter (ISO 639-1) language code (all capital letters e.g. EN, DE, FR, ES, IT) you can change the language of the text values returned
api_key string required
your API key -
Click here to get your key. If your API key uses a hash key, you must also include the parameters
hash_key and hash_timestamp.
results array
Array whose items are named arrays with the following keys: payment_id, amount, currency, payment_status, payment_time, payment_mode, transaction_id, reservation_id.
Please see
add_reservation_payment for explanation of each field values.
coupons_used array
Array of coupons used by all reservations in this shopping cart (keys: amount, coupon_id, type, reservation_id). Type is one of: 1 = prepaid amount, 2 = N hours, 3 = N entries, 4 = valid for N days
Click here to test this function in the API playground.