Sign in

Modify reservation payment

documented

Changes the status of a reservation payment.

Reservationsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.planyo.com/rest/?method=modify_reservation_payment&api_key={{PLANYO_API_KEY}}&payment_id={{$payment_id}}&reservation_id={{$reservation_id}}&payment_status={{$payment_status}}&extra_info={{$extra_info}}&language={{$language}}&hash_timestamp={{$hash_timestamp}}&hash_key={{$hash_key}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"