Skip to content
Инвойсбокс

Payment page

The payment page is the only part of Invoicebox the buyer sees. The merchant creates an order and redirects the buyer there; they pick a payment method, pay and return to the merchant's site.

What the buyer sees

The set of methods depends on who is paying. The type comes from customer.type in the order, or the buyer picks it on the page if the merchant allows the choice.

Payment methodIndividualCompany or sole traderWhat it produces
Bank cardyesyesFiscal receipt, online cash register
SBP by QR codeyesyesFiscal receipt
SBP B2BnoyesInvoice and closing documents
Invoice paymentnoyesInvoice, then act, invoice and UPD after payment
Deferred paymentnoyesSame documents; the seller gets the money right away (timing)
Promised paymentnoyesCard confirmation, transfer within 5 days
Guarantee fundnoyesCharge against the company balance, confirmed by code

An individual gets a receipt, a company gets a document set. Hence a simple rule: if closing documents matter in your scenario, pass customer.type: legal together with the company details.

What the merchant configures

  • Where the buyer returns. itransfer_url_return and itransfer_url_returnsuccess in the widget, or the matching order fields in the API.
  • Invoice lifetime. The expirationDate field: once it passes, an unpaid order can be cancelled.
  • Page language. RU or EN, set when the order is created.
  • Extra services. If the merchant is connected to the marketplace, partner offers appear on the payment page.

How to learn about the payment

The buyer landing on your thank-you page proves nothing: that address opens in a browser and can be typed by hand. The only reliable signal is the order status notification. Trigger shipping, service delivery and everything else from it. For reconciliation use order retrieval.

What next


Read next »

Was this page helpful?