# Penny API - Operations

This section describes the use of the application programming interface of the alfredpay ecosystem, specifically the Third Party Payments product, so that it can be a reference for developers and technology teams to integrate payment processors and wallets to the alfred ecosystem.

The scope integration include:

* ON Ramp
* OFF Ramp
* Globally Payout - Direct to bank

## Environment&#x20;

The API is a REST API that defines a set of functions so that developers can make requests and receive responses via the HTTP protocol (GET and POST)

In this way, they can be used by practically any programming language. It is important to consider the following elements when calling APIs :

| Environment    |                                                                                                              |
| -------------- | ------------------------------------------------------------------------------------------------------------ |
| Sandbox        | [https://api-dev-services.alfredpay.app/api/v1/](<https://api-dev-services.alfredpay.app/api/v1/&#xA;&#xA;>) |
| API Key        | Contact [Head of Partnerships](https://calendly.com/dylanalfred)                                             |
| API Secret     | Contact [Head of Partnerships](https://calendly.com/dylanalfred)                                             |
| API Collection | Penny                                                                                                        |

## Off Ramp Workflow:

<figure><img src="/files/fRWhAqXzbvgbt5wxgYCl" alt=""><figcaption><p>OFF RAMP WORKFLOW</p></figcaption></figure>

## On Ramp Workflow:

<figure><img src="/files/8d9n1Iinzi9L4hQ5WS2v" alt=""><figcaption><p>ON RAMP WORKFLOW</p></figcaption></figure>


---

# 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://alfred.gitbook.io/alfred-integration-docs/penny-api-general-integration/penny-api-operations.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.
