Glossary
INFO
Fundamental schematic diagram of interaction
General Terms
User
Merchant
The business or entity that provides goods or services and receives payments from users. The merchant initiates the creation of an order and interacts with payment services to process the transaction.
Pipline or Endpoint
In the context of the PayStar.uk, authentication utilizes a
Bearer Token
mechanism based on JSON Web Token (JWT). To obtain a token, you need to use a publicKey
and privateKey
, where the publicKey
is included in the token's payload, and the signature is generated using the privateKey.For more detailed information on the authorization process and integration with the PayStar.uk API, please follow Authorization section
You can obtain the publicKey and privateKey or a Bearer Token from your account manager.
PSP or EMI
Account Manager
PayStar.uk platform
Authorization
Bearer Token
mechanism based on JSON Web Token (JWT). To obtain a token, you need to use a publicKey
and privateKey
, where the publicKey
is included in the token's payload, and the signature is generated using the privateKey. You can obtain the publicKey and privateKey or a Bearer Token from your account manager.Callback
Available notifications include:
Created
, Processing
, Successful
and Failed
.There are two ways to set up callbacks:
Sandbox
Typically, during the integration phase, the account manager sets up a flow for testing. This enables safe testing and the receipt of real responses. Subsequently, after completing the tests, the settings are adjusted to facilitate actual payments.
The authorization keys may remain the same or be regenerated at the merchant's discretion.