# Payment via Stripe

## Get the API Keys in your Stripe Application

Get the Pubishable Key and the Secret Key inside your Stripe Application.

&#x20;Find the API Tab and hit the button: "Reveal live Key Token" and "Secret Key" and copy the keys from the pop up window.

Give this Key to your webshop support person in order to integrate both applications, Unosof and Stripe.

## Activating Credit Card Stripe Payments for a Buyer

To activate Credit Card payment for a Buyer go to the Manage Customers Page from your main application.&#x20;

{% hint style="success" %}
Home / Customers / Customers Info / Manage Customers\
<https://farm.unosof.com/index.cfm?event=Customers.List>
{% endhint %}

Select the Billing Customer, by clicking on its name

![Manage Customers Page](/files/-MGKoP-d0s0Yud90gR0H)

{% hint style="info" %}
Clicking on the customer's name brings up the Customer form.
{% endhint %}

Select the tab ACCOUNTING, find the option "Stripe Webshop Checkout"  and select ACTIVE. Click on the Save Button to save changes.

![Customer Form - Accounting Tab](/files/-MGKs9hxiU5l4D8hJCc9)

The customer we updated the setting will be able to pay with Credit Card after Checking Out from the Webshop.


---

# Agent Instructions: 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:

```
GET https://webshop.unosofbooks.com/webshop-admin/stripe-payment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
