Front-end
Spil Games Payment solution offers a universal interface supporting multiple payment providers and methods.
It consists from two main components:
- A payment selection screen;
- A callback URL to validate payment data.
To implement it, you need to carry out two main steps:
- Front-end integration of the payment selection screen with the game;
- Back-end integration of the payment callback.
Here you can find information on how to carry out the front-end integration in order to display Spil’s payment selection screen in your game.
Below are listed the steps you need to go through:
After completing this step, you need to set up the callback URL to validate payment data; this is the back-end part of the payment integration process.