Authentication

API_Auth_Description

Authentification

API_Base_Url_Description

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",
}