# Pay for a booked trip **POST /payments** ## Servers ## Parameters ### Body: (object) - **book_id** (string) - **payment_token** (string) Payment token generated by the payment gateway. - **cents** (string) ## Responses ### 200 Successful payment #### Body: (object) - **id** (string) - **book_id** (string) - **cents** (string) - **status** (string) - **** (string) [Powered by Bump.sh](https://bump.sh)