Add reservation payment
documentedAdds a payment for a reservation. You may not pass customer's credit card numbers in any fields.
Reservationsno implementation yet0 runs
Input
reservation_id
Reservation ID
The reservation ID to credit payment for
reservation_ids
Reservation IDs (comma-separated)
Multiple IDs (e.g. 123,456)
payment_mode*
Payment mode
Numeric code for payment method (see docs)
payment_status*
Payment status
Status code (e.g. 1 for success)
transaction_id*
Transaction ID
External gateway transaction ID
amount*
Amount
Payment amount
currency*
Currency
ISO 4217 currency code
payment_time
Payment time
UTC timestamp or ISO datetime
is_quiet
Quiet mode
true or false
extra_info
Extra info
Additional notes
language
Language
2-letter ISO language code
hash_timestamp
Hash timestamp
UTC Unix timestamp
hash_key
Hash key
MD5 of secret+timestamp+method
Calls planyo as you (your API key is your account); keychains.dev holds the credentials.