curl --request PUT \
--url https://gateway.varchev.com/wallet/misc/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--data '{
"type": "wallet_owner_platform",
"data": {
"bankName": "<string>",
"holderName": "<string>",
"accountNumber": "<string>",
"iban": "<string>",
"bic": "<string>",
"email": "<string>",
"mobileNumber": "<string>",
"currency": "<string>"
},
"ownerId": "<string>",
"updatedBy": "<string>"
}'
curl --request PUT \
--url https://gateway.varchev.com/wallet/misc/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--data '{
"type": "wallet_owner_platform",
"data": {
"bankName": "<string>",
"holderName": "<string>",
"accountNumber": "<string>",
"iban": "<string>",
"bic": "<string>",
"email": "<string>",
"mobileNumber": "<string>",
"currency": "<string>"
},
"ownerId": "<string>",
"updatedBy": "<string>"
}'
The access token received from the authorization server in the OAuth 2.0 flow.
Tenant Id
Default response