Deposit a Hold

Request Parameters

The method is available for shops with a 2-step authentication flow and may be used after /pay or /pay/direct methods.

There are two parameters which are passed in a request to the URL https://secure(-test).8b.world/pay/complete (HTTP POST):

  • data: Base64 encoded JSON document string.
  • sign: Signature, which is formed on the data string.

JSON Document Parameters

ParameterTypeMax LengthDescriptionExample
api_keyString255Shop key (identifier)c84f1ac0-e4f0-0131-5298-70921c57c2a2
transaction_idInteger-Payment gateway system transaction identifier31111111


API Reference

You can view a Reference API implementation for this method at this link