GET/v1/appointment/book/payment/paymentPost/v1/appointment/book/finish step.id_region – Region identifier for the booking context.k_business – Business identifier, set to 49197 for this BID.k_location – Location key for the booking.id_mode – Booking/payment mode identifier.a_promotion_data – Applied promotion details (if any).a_purchase – Purchase line items.m_coupon – Coupon amount.m_discount – Discount amount.m_surcharge / m_surcharge_ach – Surcharge amounts.m_tax – Tax amount.m_total – Total amount due.k_location – Location key echoed back.status – Request status (e.g., "ok")."0.00") with status: "ok".m_total and related monetary fields to drive payment UI and decisioning before calling /v1/appointment/book/finish.curl --location -g --request GET '/v1/appointment/book/payment/paymentPost?id_region={{id_region}}&k_business={{k_business}}&k_location={{k_location}}&id_mode=1' \
--header 'Content-Type: text/plain' \
--data-raw ''{}