Add request

Endpoint to create an Request. There are 3 types of request:GOODS_OR_SERVICES, FUNDS,TRIP.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Required scopes:
  • request_write
Fingerprint order:
  • request_timestamp,name,request_process_id,type,token
Body Params

Create Request JSON parameters.

Base schema for create request. The actual fields depend on the type.

string
required

The name of the Request.

string
required

The ID of the User that makes the Request.

number
required

The total amount of the Request.

string
enum
required

The ISO 4217 code of the currency of the Wallet (sortable: no)

string

The requester's note of the Request.

string
enum
required

The type of the Request.

Allowed:
string
required

The process id of the Request.

int64
required

The epoch timestamp in millis. This is checked in Soldo. Requests with timestamp older than 5 seconds will be rejected.

attachment_document_ids
array of strings

The requester's attachment of the Request.

attachment_document_ids
string
required

The description of the Request.

string
required

The ID of the Card of Request where funds are transferred required for the Funds type.

Headers
string
required
Defaults to {{fingerprint}}

Advanced authentication: SHA512SUM of the fingerprint values listed in the fingerprint order for this endpoint.

string
required
Defaults to {{fingerprint_signature}}

Advanced authentication: Signature of the X-Soldo-Fingerprint.

Responses

400

Your request has missing arguments or is malformed.

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