CSQ Docs
    CSQ Docs
    CSQ API Doc
    • CSQ API Doc
    • Dummy Product Usage Guide
    • Back to home
    • Insurances
    • Start
      GET
    • Step
      POST
    • Payment
      POST
    • Receipt
      GET

      Payment

      POST
      /insurances/payment/{terminalId}/{operatorId}/{localReference}

      Request

      Path Params

      Header Params

      Body Params application/json

      Example
      {
          "amountToSendX100": 0,
          "destinationAmountX100": 0,
          "serviceFeeX100": 0,
          "totalAmountX100": 0,
          "destinationCurrency": "string",
          "localDateTime": "2019-08-24T14:15:22Z",
          "senderPhoneNumber": "string",
          "beneficiaryPhoneNumber": "string",
          "insuranceId": "string"
      }

      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 POST 'https://evsb.csqworld.com/insurances/payment///' \
      --header 'U: {{U}}' \
      --header 'SH: {{SH}}' \
      --header 'ST: {{ST}}' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "amountToSendX100": 0,
          "destinationAmountX100": 0,
          "serviceFeeX100": 0,
          "totalAmountX100": 0,
          "destinationCurrency": "string",
          "localDateTime": "2019-08-24T14:15:22Z",
          "senderPhoneNumber": "string",
          "beneficiaryPhoneNumber": "string",
          "insuranceId": "string"
      }'

      Responses

      🟢200OK
      application/json
      OK
      Body

      Example
      {
          "rc": 0,
          "items": [
              {
                  "finalstatus": 0,
                  "resultcode": "string",
                  "resultmessage": "string",
                  "supplierreference": "string",
                  "suppliertoken": "string",
                  "destinationcurrency": "string",
                  "destinationamount": 0
              }
          ]
      }
      Modified at 2025-12-10 10:06:09
      Previous
      Step
      Next
      Receipt
      Built with