Checkout
It is used to display the payment form (e.g., fields for entering the card number and CVV code) directly on the merchant's page
It is embedded on the merchant's page using a ready-made script code in the
<head>
sectionTo use the checkout on their website, the merchant must include the following script:
Next, when you click on the payment button, call the payment creation method. Minimum configuration:
Full configuration:
Get payment status. After the buyer pays, your site receives a notification via callbacks, which are passed in the parameters:
Modified at 2025-03-10 11:38:59