Available Request Methods

The following requests are used for information exchange between Partner and System:

Request DirectionRequest DescriptionURL
Partner -> SystemPayment request, POST/acquiring/applepay/pay
/acquiring/googlepay/pay
/acquiring/samsungpay/pay
Partner -> SystemPayment status request, POST/acquiring/{Service_ID}/check
Partner -> SystemPayment confirmation request (only for two-stage payments), POST/acquiring/{Service_ID}/confirm
Partner -> SystemHold cancellation request (only for two-stage payments), POST/acquiring/{Service_ID}/unhold
Partner -> SystemRefund requestContact technical support to issue refunds
Partner -> SystemTransaction registry request, GETRequest description provided below

Where is the value of :

  • Test environment: https://int.8b.world
  • Production environment: https://api.8b.world

{Service_ID} – The partner's identifier within the system, provided after onboarding.

Every request must include a Content-Type HTTP header with the value application/x-www-form-urlencoded.

The system validates the request for security and correctness. If the security check fails, the system returns HTTP Status 400. In the case of a request validation error, HTTP Status 401 or 403 is returned.