AML
Country Data
Crypto
- Private
- Public
Customer
- 2FA
- AccessControl
- Active Session
- Credentials
- Customer
- Organization
IPG
- IPG Backoffice APIs
- IPG Payment APIs
KYB
- Company
- EIN Verification
- IBAN Verification
- NIF Verification
- Product
- System
- TIN Verification
- VAT Verification
KYC
PEPS
- Default
- GETGet get profile
Smart Contract
- Global Settings
- Rules
- Smart Contract
Wallet
- Admin
- Allowed Operation
- Assets
- Currency
- Currency Pairs
- Dashboard
- Fee
- Limit
- Misc
- Operation Address
- Operation Destination
- Order
- Transactions
- Wallets
Misc
Update Bank Detail
PUT
/
misc
/
{id}
Copy
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>"
}'
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Tenant Id
Path Parameters
Body
application/json
Response
default
Default response
Copy
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>"
}'
Assistant
Responses are generated using AI and may contain mistakes.