Authentication

Authenticate to the API with your API credentials.

Authentification

All required resources are based on the following URL:

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