cURL
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>"
Informs the integrating partner that a transaction is initiated for a given amount. If response is positive funds are considered secured, but payment is not yet executed.