Overview

Payment Service v4 is a REST/JSON Web API and supports the Frontend2Backend Integration option for card deposits. See Frontend2Backend Integration for more information.

Requests to PXP Financial REST/JSON Web API should be performed using HTTP GET, POST, PUT, with payload in JSON format, e.g.:

POST /api/v4/merchants/m1/users/u1/anonymizeUser HTTP/1.1
Host: api.test.kalixa.com:443
Basic-Authorization: xxxxxxxx
Content-Type: application/json; charset=utf-8
Content-Length: xxxxx

{
	"dateOfClosing": "2009-08-23 05:40:18"
  ...
}

Test endpoints:

Production endpoints: