Cancel 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
method.
There are two parameters which are passed in a request to the URL https://secure(-test).8b.world/pay/void
(HTTP POST):
data
: Base64 encoded JSON document string.sign
: Signature, which is formed on the data string.
JSON Document Parameters
Parameter | Type | Max Length | Description | Example |
---|---|---|---|---|
api_key | String | 255 | Shop key (identifier) | c84f1ac0-e4f0-0131-5298-70921c57c2a2 |
transaction_id | Integer | - | Payment gateway system transaction identifier | 31111111 |
API Reference
You can view a Reference API implementation for this method at this link
Updated 3 months ago