POST
/
api
/
sonect
/
startwithdrawal
Start order
curl --request POST \
  --url http://127.0.0.1:3000/api/sonect/startwithdrawal \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "userId": "<string>",
  "amount": "<string>",
  "dateOfTransaction": "<string>",
  "expiryTimeOfTheOrder": "<string>",
  "sonectTransactionReferenceId": "<string>",
  "store": "<string>"
}'
"<any>"

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200 - application/json

Successful response

The response is of type any.