--- title: "epay" slug: "epay" updated: 2025-07-22T16:13:53Z published: 2025-07-22T16:13:53Z canonical: "help.frisbii.com/epay" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.frisbii.com/llms.txt > Use this file to discover all available pages before exploring further. # epay > [!NOTE] > Note > > This feature needs to be unlocked for your account. If you are interested, please contact [support@frisbii.com](mailto:support@frisbii.com). ## Introduction Frisbii Transform offers the possibility of redeeming prepaid cards purchased via stationary retail trade and to charge an account with the prepaid card amount. This function includes an integration with the provider [epay](https://epay.de/). ## Settings 1. To set up the feature, go to *'Settings - 3rd Party Integrations'* and click the ![edit_icon.png](https://cdn.document360.io/b84e1b5d-2ba6-4465-8c62-fb45a2f31314/Images/Documentation/167d9a5aecd3bc(5).png) icon in the Epay section. ![](https://cdn.document360.io/b84e1b5d-2ba6-4465-8c62-fb45a2f31314/Images/Documentation/ep.png) [](https://support.Frisbii Transform.com/hc/article_attachments/360012171739) 2. Select the mode (Test/Live) and enter your user name and password. ![](https://cdn.document360.io/b84e1b5d-2ba6-4465-8c62-fb45a2f31314/Images/Documentation/gs.png) [](https://support.Frisbii Transform.com/hc/article_attachments/360012171779) 3. Then switch to the 'Prepaid Card Profiles' tab. Click on 'Add profile' and fill in the following information: ![](https://cdn.document360.io/b84e1b5d-2ba6-4465-8c62-fb45a2f31314/Images/Documentation/222222.png) [](https://support.Frisbii Transform.com/hc/article_attachments/360012152660) ***Internal Name*** *- Internal name of a card* ***EAN*** *- European Article Number* ***Tax Country*** *- Select a country from the list* ***Tax Percentage*** *- Set a tax rate* 4. After the data is entered, the status of the payment method will switch to **OK**. Use the checkbox to select the payment method and therefore complete the configuration. [](https://support.Frisbii Transform.com/hc/article_attachments/360012153280) ![](https://cdn.document360.io/b84e1b5d-2ba6-4465-8c62-fb45a2f31314/Images/Documentation/oks.png) ## Adding a prepaid card to the contract: You can add a prepaid card to a contract via REST API using the POST method. **Method:** POST **Endpoint:** ***/api/v1/PrepaidCards/Redeem*** **Body:** ```json {   "SecretCode"  :   "xxx"  ,   "ContractId"  :   "xxx"  ,   "Provider"  :  "Epay"  , } ``` Mandatory fields: ***SecretCode*** *= Secret code of the prepaid card* ***ContractId*** *= Contract ID of an existing contract* ***Provider*** *= Provider name* ## Where can I find information about the added prepaid card? Use the following API call to get information about prepaid cards added to the contract. **Method:** GET **Endpoint:** ***/api/v1/Contracts/{ContractId}/PrepaidCards*** All relevant information about the prepaid card (original / remaining amount) can also be found in the UI in the contract details under the tab '***Prepaid cards***': ![Screen_5.png](https://cdn.document360.io/b84e1b5d-2ba6-4465-8c62-fb45a2f31314/Images/Documentation/167d9a5b097a74.png)