Authentification

Connexion à l'API avec vos identifiants API

Authentification

Toutes les ressources requises sont basés sur l'url suivante :

Request

Header Parameters

Content-Type

required

Type: string

Value: application/json

The type of the request body

App-id

required

Type: string

Value: app-id

Your app identifer

App-key

required

Type: string

Value: app-key

Your app key

Responses

200 OK

401 Unauthorized

POST https://api.infinexia.com/payment

Request samples

curl -X POST https://api.infinexia.com/payment \
    -H "Content-Type: application/json" \
    -H "App-id: YOUR_APP_ID" \
    -H "App-key: YOUR_APP_KEY"

Response samples

{
  "code": "ok",
  "message": "string",
}