POST
/
ApprovePendingWithdrawalOrder
curl --request POST \
  --url https://gateway.finhub.cloud/wallet/2.0.0/ApprovePendingWithdrawalOrder \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'tenantId: <tenantid>' \
  --data '{
  "orderId": "<string>"
}'
{
  "order_id": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

tenantId
string
required

Body

application/json

Response

201
application/json

Created

The response is of type object.