POST
/
DeclineSingleTransferRequestOrder
curl --request POST \
  --url https://gateway.finhub.cloud/wallet/2.0.0/DeclineSingleTransferRequestOrder \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'consumerId: <consumerid>' \
  --header 'organizationId: <organizationid>' \
  --header 'tenantId: <tenantid>' \
  --data '{
  "walletAddress": {
    "service": "<string>",
    "product": "<string>",
    "businessArea": "<string>",
    "lineOfBusiness": "<string>",
    "consumerId": "<string>",
    "organizationId": "<string>"
  },
  "orderId": "<string>"
}'
{
  "order_id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Headers

tenantId
string
required
organizationId
string
required
consumerId
string
required

Body

application/json

Response

201
application/json

Created

The response is of type object.