Skip to main content

Documentation

Echo the Platform

Echo the Rapyd platform.

Note

The base URL for the POS production environment is https://pos.rapyd.net. It requires its own access key, which is different from the access key for the Payment API. See Accounts and Credentials. To set up a sandbox environment for the POS API, contact Rapyd Client Support.

Response Parameters

None.

  • /v1/pos/echo

  • Echo the Platform

  • curl -X get
    https://sandboxpos.rapyd.net/v1/pos/echo
    -H 'access_key: your-access-key-here'
    -H 'Content-Type: application/json'
    -H 'idempotency: your-idempotency-parameter-here'
    -H 'salt: your-random-string-here'
    -H 'signature: your-calculated-signature-here'
    -H 'timestamp: your-unix-timestamp-here'
    
  • {
        "status": {
            "error_code": "0",
            "status": "SUCCESS",
            "message": "",
            "operation_id": ""
        }
    }