⚙️Working with the API

Features of working with the API:

  • Each API request includes the url_host of the partner bank.

  • Requests containing personal information about transaction participants (e.g., POST/Create_ order) require data to be transmitted in JWT format. Such requests must be signed with the Merchant's private key.

Features of working with callbacks:

  • The callback triggered after an order is created and payment is confirmed by the client ("Pay-in" callback) includes a Cx-Authorization header in JWT format, signed with DCM platform's private key.

The Merchant verifies callbacks from DCM platform using the public part of the key provided via a link during the integration process.