Orkestra.gg
  1. Web methods
Orkestra.gg
  • Welcome to Orkestra Game Guard
  • How it works
  • Web methods
    • New Deposit
      POST
    • Registering User
      POST
    • Get Balance
      GET
    • Get Transaction Page Details
      GET
    • New Withdrawal
      POST
    • Settle Amount
      POST
    • Process Remittance
      POST
  • Webhooks
    • Untitled Endpoint
      GET
  1. Web methods

Get Transaction Page Details

Sandbox Env
Sandbox Env
GET
/deposits/667871f161f569507ddea6d4/page

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/deposits/667871f161f569507ddea6d4/page' \
--header 'Authorization: Basic <encoded-value>'

Responses

🟢200Success
application/json
Body

Example
{
    "deposit": {
        "id": "667871f161f569507ddea6d4",
        "amount": 350,
        "currency": "BRL",
        "status": "COMPLETED",
        "softDescriptor": null,
        "paymentMethod": "PIX",
        "voucherUrl": "00020101021226910014br.gov.bcb.pix2569qrcode.pix.celcoin.com.br/pixqrcode/v2/6734afcaa8726441b130c7c12187fe5204000053039865802BR5916QA Merchant Test6009Sao Paulo62070503***63041CE2"
    },
    "accountDetails": {
        "balance": 1470,
        "currency": "BRL",
        "customer": {
            "id": "b9c5cf4e-8386-475f-9f43-b37e111ec502",
            "firstName": "Iago",
            "lastName": "Senefonte",
            "documentNumber": "43278243803",
            "status": "ACTIVE",
            "registeredAt": "2024-06-23T19:28:29.884Z",
            "registrationUrl": "https://gambleguard.orkestrapay.com/registration/b9c5cf4e-8386-475f-9f43-b37e111ec502"
        },
        "lastTransactions": [
            {
                "type": "DEPOSIT",
                "amount": 400,
                "currency": "BRL",
                "paidAt": "2024-06-23T22:08:29.612Z"
            },
            {
                "type": "DEPOSIT",
                "amount": 350,
                "currency": "BRL",
                "paidAt": "2024-06-23T20:23:44.617Z"
            },
            {
                "type": "DEPOSIT",
                "amount": 100,
                "currency": "BRL",
                "paidAt": "2024-06-23T16:05:36.277Z"
            }
        ]
    },
    "operatorDetails": {
        "tradeName": "KTO",
        "legalName": "KTO",
        "documentNumber": "12345678901234",
        "country": "MLT",
        "logoUrl": "/kto.svg",
        "platformUrl": "KTO.com"
    }
}
🟢200Success
Modified at 2024-07-24 14:00:55
Previous
Get Balance
Next
New Withdrawal
Built with