KriptoRamp / KriptoAPI
  • Getting started
    • Introduction
    • Use cases πŸ“–
      • Fiat<>Crypto Onramp
      • Fiat<>Crypto Onramp (ledger)
      • Fiat<>Crypto Onramp (Payments in Crypto)
      • NFT Checkout
      • Onramp & Offramp with Bank Wire
    • Kripto Ramp Widget and Kripto White Label get started 🏁
    • Get API keys πŸ”‘
  • Widget (Fiat Onramp)
    • Initialise Widget
    • Load Widget
    • Widget Configuration
    • Webhooks
      • Webhook Use Cases
  • Whitelabel API (Fiat Onramp / Offramp via Bank Wire)
    • API Reference
      • Authentication
        • Login
        • Logout
      • Endpoints
        • Users
          • Create User
          • Show user
          • Update User
          • User Balance
          • Master Balance
        • Compliance
        • Payments & bank wire
          • Add Bank
          • List Bank Details
          • View Bank Details
          • Remove a Bank
          • Deposit Instructions
          • User limits
          • Withdraw
        • Crypto Exchange & Wallet
          • Pairs
          • Exchange Rate
          • Buy Order
          • Sell Order
          • Currencies
          • Transaction List
          • User Transaction List
          • Show Transaction
          • Limits minimum
    • Webhooks & Websockets
  • Supported cryptocurrencies 🌍
    • KriptoRamp
    • Kripto White Label
  • Links
    • Kriptomat.io
Powered by GitBook
On this page

Was this helpful?

  1. Whitelabel API (Fiat Onramp / Offramp via Bank Wire)
  2. API Reference
  3. Endpoints

Payments & bank wire

PreviousComplianceNextAdd Bank

Last updated 2 years ago

Was this helpful?

Function

Endpoint

Description

POST /api/v1/partners/users/{user_id}/bank-accounts

Deprecated

GET /api/v1/partners/users/{user}/bank-accounts

Fetch details of all bank accounts for the person using your integration

GET /api/v1/partners/users/{user}/bank-accounts/{bankId}

Fetch details of a bank account for the person using your integration

DELETE /api/v1/partners/users/{user}/bank-accounts/{bankId}

Delete a bank account for the person using your integration

GET /api/v1/partners/users/{user}/deposit-instructions

Fetch deposit instructions to be displayed to the person using your integration

GET /api/v1/partners/users/{user}/limits?type=fiat_deposit

returns the information about the user’s limits with optional parameter type which can be fiat_withdrawal or fiat_deposit

POST /api/v1/partners/users/{user}/withdraw

Make withdrawal of FIAT to bank account for your user.

Add bank
List bank details
View bank details
Remove a bank
Deposit instructions
User limits
Fiat Withdraw