v1

latestOpenAPI 3.1.02026-07-24130244.8 KB

2. Obtain the KeyId

post/authentication_keys

Headers

x-satispay-deviceinfostring

The device information (e.g., hostname)

x-satispay-devicetype'SMARTPHONE' | 'TABLET' | 'CASH REGISTER' | 'POS' | 'PC' | 'ECOMMERCE_PLUGIN'

The device type

x-satispay-osstring

The Operating System name (e.g., Windows)

x-satispay-osvstring

The Operating System version (e.g., 10)

x-satispay-apphstring

The software house name (e.g., Satispay)

x-satispay-appnstring

The software name (e.g., My awesome app)

x-satispay-appvstring

The software version (e.g., v2.0.0)

x-satispay-tracking-codestring

The tracking code used by Satispay commercial partners.

Use this code only if explicitly required by Satispay.

Request body

public_keystring required

The RSA public key, in PEM format generated in the previous step.

tokenstring required

The activation code required to authenticate the APIs. <br> <br> For more information read here

Response

OK

key_idstring

The KeyId generated for the activation code sent. <br> <br> The returned value must be saved in a safe place with the private and the public keys used.

All 13 operations