Submit RFI

Submit an RFI for individual CP+

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
{
  "attributes": {
    "activeRfRequest": {
      "createdAt": "2025-09-11T08:59:32Z",
      "rfQuestions": [
        {
          "id": "1823",
          "question": "What is your primary business activity?",
          "optional": false,
          "replyType": "TEXT",
          "userReply": "",
          "questionStatus": "pending",
          "rejectionReason": "",
          "requiresAction": true
        },
        {
          "id": "1024",
          "question": "Provide your payslip for the last 3 months",
          "optional": false,
          "replyType": "DOC",
          "userReply": "",
          "questionStatus": "pending",
          "rejectionReason": "",
          "requiresAction": true
        },
        {
          "id": "1025",
          "question": "What is your payment method preference?",
          "optional": false,
          "replyType": "CHECKBOX",
          "userReply": "",
          "questionStatus": "pending",
          "rejectionReason": "",
          "requiresAction": true,
          "checkboxOptions": ["Credit Card", "PayPal", "Bank Transfer"]
        }
      ],
      "status": "sent",
      "rfProgressSummary": {
        "acceptedQuestions": 0,
        "completionPercentage": 0
      },
      "daysExpired": 0,
      "daysUntilExpiry": 2,
      "expiryDate": "2025-09-30T16:59:52Z",
      "pendingQuestions": 3,
      "rejectedQuestions": 0,
      "totalQuestions": 3
    }
  },
  "id": "rfi_request_usy4lc8xoadpl8",
"customerProfileId":"customer_profile_123_abc",
  "type": "rfiRequest"
}

Error Codes:

HTTP CodeError Code
424 Failed DependencySTXE-8000
404 Not FoundSTXE-5000

Path Params
string
required

Customer Profile ID

string
required

RFI ID

Body Params
data
object
required
Headers
string
required

You can retrieve this from your Dashboard Developer Tools.

Note: The X-XFERS-APP-API-KEY is a mandatory header for all authentication methods, including standard API key usage and HTTP Request Signing mode.

string

The Key ID, can be retrieved from your StraitsX Dashboard.

Note: This header attribute is required when HTTP Request Signing is enabled for your account.

string

Current Unix epoch time in seconds. Must be within ±300 seconds of server time.

Note: This header attribute is required when HTTP Request Signing is enabled for your account.

string

A unique UUID string per request, used for replay protection. Must not be reused within the timestamp window.
Regex: /\A[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\z/i

Note: This header attribute is required when HTTP Request Signing is enabled for your account.

string

Base64-encoded digital signature of the canonical request string.

Note: This header attribute is required when HTTP Request Signing is enabled for your account.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json