> For the complete documentation index, see [llms.txt](https://docs.swiftharbour.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swiftharbour.com/guest-support-center/guest-help-centre/adding-your-credit-card-to-a-swift-harbour-booking-stripe.md).

# Changing a credit card number

{% hint style="success" %}
Your information is kept secure through our payment processing partners [Stripe](https://stripe.com/ca/customers) and [Global Payments Integrated](https://www.globalpaymentsinc.com/en-ca?utm_source=google\&utm_medium=cpc\&utm_content=homepage\&utm_campaign=sdi-corp-2021-brand-campaign-us\&utm_term=us\&gclid=Cj0KCQjwsZKJBhC0ARIsAJ96n3VI5Aqb8YkBB8JbaeCO6qs2idla82GWmWeqLt0zxFTX9ClkiQBNTUAaAvIlEALw_wcB\&gclsrc=aw.ds), the payment processing backbones behind many of the largest brands online.
{% endhint %}

### Adding a card during a Swift Harbour Booking

To add your credit card during a Swift Harbour Booking simply follow the booking steps and you will be presented with secure credit card collection page that will ask for your credit card number, expiry date, CVC and, depending on the business you are booking with, Name on Card and Postal / Zip Code.&#x20;

![Payment page design varies depending on the underlying payment processor.](/files/-MbmVtzqLnk8IujqU5hj)

### Editing a card during a Swift Harbour Booking

If you have booked with a business before, you may notice during your subsequent bookings that the platform will securely store your tokenized credit card information for convenience. If you are happy with the card in use, simply click "SUBMIT". If you would like to change your credit card information, simply click the "Click Here" link as per the illustration below.

![Changing a stored card during booking](/files/-MbmX7HU57dKu8AEWU-m)

### Change a card after a Swift Harbour Booking

If you have made a booking and then what to change your card on file. Please contact the business directly. They will be able to manually update your payment information for future payments.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.swiftharbour.com/guest-support-center/guest-help-centre/adding-your-credit-card-to-a-swift-harbour-booking-stripe.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
