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

      Details Invoice PayIn

      POST
      /api/payin/details
      Details.

      Request

      Header Params

      Body Params application/json

      Examples

      Responses

      🟢200Success
      application/json
      Body

      🟠401Unauthorized
      🟠404Record Not Found
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/api/payin/details' \
      --header 'gentle-api-key: f350ad8f-ed8b-4794-a8ba-60a06214e333' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "id": 0
      }'
      Response Response Example
      200 - Example 1
      {
          "orderID": 0,
          "status": "string",
          "orderType": "string",
          "currencyID": "string",
          "amount": "string",
          "fee": "string",
          "createdAt": "string"
      }
      Modified at 2025-04-13 07:29:40
      Previous
      Create Invoice PayIn
      Next
      Get a list of balances
      Built with