Skip to main content
POST
/
api
/
sonect
/
settlewithdrawal
Settle order
curl --request POST \
  --url http://127.0.0.1:3000/api/sonect/settlewithdrawal \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "userId": "<string>",
  "TransactionId": "<string>",
  "DateOperation": "<string>",
  "SonectTransactionReferenceId": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.sonect.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
userId
string
TransactionId
string
DateOperation
string
SonectTransactionReferenceId
string

Response

200 - application/json

Successful response