Skip to main content

Documentation

Close Session

Close a session for a Deposit or Withdraw action.

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/logout

  • Close Session

  • curl -X post
    https://sandboxpos.rapyd.net/v1/pos/logout
    -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": "a6eaa1cd-63a6-4d11-95ab-8760644131fe"
        }
    }