Updates a booking payment
Request
Body Params application/json
{
"booking_amount_cents": 0,
"deposit_amount_cents": 0,
"successful_at": "string",
"source_transaction_id": "string",
"includes": [
"string"
],
"payment_method": "offline_tpa",
"payment_type": "payment"
}
Request Code Samples
curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/saas/me/bookings//payments/?send_email=undefined' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"booking_amount_cents": 0,
"deposit_amount_cents": 0,
"successful_at": "string",
"source_transaction_id": "string",
"includes": [
"string"
],
"payment_method": "offline_tpa",
"payment_type": "payment"
}'
Responses
Updates booking payment method
This response does not have a body.
Modified at 2026-04-15 14:20:24