# Infini Card API

Organization card apply, list, status, and reveal APIs. All endpoints use the `/v1/acquiring` prefix.

Requests require [HMAC-SHA256 authentication](/docs/en/4-authorization). To use **Try it**, save Sandbox credentials on [API Credentials](/credentials), or enter Key and Secret under **Security → HMAC**.

Version: 1.0.0

## Servers

Production
```
https://openapi.infini.money/v1/acquiring
```

Sandbox
```
https://openapi-sandbox.infini.money/v1/acquiring
```

## Security

### InfiniHmac

Sandbox API **Key** (keyId) and **Secret** from the Infini dashboard.

Type: http
Scheme: basic

## Download OpenAPI description

[Infini Card API](https://developer.infini.money/_bundle/apis/card.yaml)

## Card

Organization card management

### Apply for organization card

 - [POST /card/apply](https://developer.infini.money/apis/card/card/paths/~1card~1apply/post.md)

### List organization cards

 - [GET /card/list](https://developer.infini.money/apis/card/card/paths/~1card~1list/get.md)

### Get organization card status by id

 - [GET /card/status](https://developer.infini.money/apis/card/card/paths/~1card~1status/get.md)

### Reveal organization card

 - [POST /card/reveal](https://developer.infini.money/apis/card/card/paths/~1card~1reveal/post.md)

