LogoLogo
  • Home Page
  • Documentation
    • API Overview
    • Partner API Authentication
    • Onboarding
    • Partner Webhooks
    • Status Codes for Financial Operations
    • Prices
  • WEBSOCKETS
    • Websocket Prices
      • Prices
      • Schemas
  • API REFERENCE
    • Authorization
      • Schemas
    • User Management
      • Users
      • Schemas
    • Customers
      • General
      • Legal Entities
      • Natural Persons
      • Customer Labels
      • Search Nace Sectors
      • Onboarding Wizard
      • Schemas
    • Documents
      • Documents
      • Schemas
    • Onboardings
      • Onboarding
      • Offboarding
      • Schemas
    • Products
      • General
      • Schemas
    • Asset Management
      • Trading
        • Assets
        • Schemas
      • Digital assets
        • Create Order
        • General
        • Assets
        • Schemas
      • Strategy
        • Schemas
    • Transaction History
      • Schemas
    • Transfers
      • General
      • Create Incoming Test Transfer
      • Schemas
    • Partner Documents
      • Schemas
    • Webhooks
      • Schemas
  • PARTNER APIS
    • Partner Webhooks
      • Schemas
Powered by GitBook
On this page
  1. API REFERENCE
  2. Transfers

Create Incoming Test Transfer

Last updated 6 days ago

Create Test Incoming Transfer

post

Create Test Incoming Payment This endpoint works only in test environment. It is disabled in real environment.

Authorizations
Body
customerProductIdstring · uuidRequired

Unique customer product identification number in UUID format

Example: 3d07c219-0a88-45be-9cfc-91e9d095a1e9
amountnumberRequired

transfer amount

Example: 750.55
referencestring · max: 140Required

transfer reference

Example: This is a test SEPA transfer
Responses
202
Accepted
400
Bad Request
application/json
post
POST /transfers-test/incoming-transfer HTTP/1.1
Host: tvda-api.platform-test.tradevest.ai
Content-Type: application/json
Accept: */*
Content-Length: 119

{
  "customerProductId": "3d07c219-0a88-45be-9cfc-91e9d095a1e9",
  "amount": 750.55,
  "reference": "This is a test SEPA transfer"
}

No content