Updates a booking payment
Request
Body Params application/json
{
"booking_amount_cents": 0,
"deposit_amount_cents": 0,
"source_transaction_id": 0,
"successful_at": "2019-08-24",
"payment_method": "offline_tpa",
"payment_type": "payment"
}
Request samples
curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/saas/me/bookings//payments/' \
--header 'Content-Type: application/json' \
--data-raw '{
"booking_amount_cents": 0,
"deposit_amount_cents": 0,
"source_transaction_id": 0,
"successful_at": "2019-08-24",
"payment_method": "offline_tpa",
"payment_type": "payment"
}'
Responses
Updates booking payment method
This response does not have a body.
Modified at 2025-07-07 17:53:32