Transaction Information Request
Detailed Transactions and Orders Information
Request Parameters
There are two parameters passed in a request to the URL https://secure(-test).8b.world/pay/get_orders_data
(HTTP POST):
data
- base64 encoded JSON document string.sign
- signature, which is formed on the data string.
JSON Document Parameters
Parameter | Description | Example |
---|---|---|
api_key | Shop key (identifier) | c84f1ac0-e4f0-0131-5298-70921c57c2a2 |
transaction_id or reference | Payment gateway system transaction identifier or a unique order number in the shop system | 31111111 or 123456789 |
API Reference
You can view a Reference API implementation for this method at this link
Updated 4 months ago