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

      CallBack Example

      POST
      CallBack Example

      Request

      Body Params application/json

      Examples

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "ID": 891475,
          "status": "completed",
          "amount": "15200.00",
          "fee": "17.937219730942",
          "merchantOrderId": "ORDER-123456",
          "created_at": "2024-01-13T04:22:43.000000Z"
      }'
      Response Response Example
      {}
      Modified at 2025-08-22 10:39:51
      Previous
      Get a list of balances
      Built with