Gentlemen Pay
    Gentlemen Pay
    • Get Started
    • Create Invoice PayIn
      POST
    • Details Invoice PayIn
      POST
    • Get a list of balances
      GET
    • CallBack Example
      POST

      Create Invoice PayIn

      POST
      /api/payin/process
      Invoice.

      Request

      Header Params

      Body Params application/json

      Examples

      Responses

      🟒200Success
      application/json
      Body

      🟠401Missing API key
      πŸ”΄503Service Unavailable
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/api/payin/process' \
      --header 'gentle-api-key: f350ad8f-ed8b-4794-a8ba-60a06214e333' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "method": "card",
          "amount": 10000,
          "currencyId": "RUB",
          "merchantOrderId": "deposit-1053",
          "callbackUrl": "https://casino.com/callback/gentlepay",
          "test": false,
          "payerinfo": {
              "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36",
              "ip": "176.200.26.189",
              "userId": "123903",
              "fingerprint": "5c9d59a80d91d5b8b388a4a0c64e79f6",
              "registeredAt": "1726193879",
              "email": "casino@player.com",
              "userName": "Ivan Ludoman"
          }
      }'
      Response Response Example
      200 - Example 1
      {
          "status": "string",
          "orderID": 0,
          "accountNumber": "string",
          "accountBank": "string",
          "accountName": "string",
          "TTL": "string"
      }
      Modified atΒ 2025-07-27 21:39:25
      Previous
      Get Started
      Next
      Details Invoice PayIn
      Built with