LogoLogo
  • Home Page
  • Documentation
    • API Overview
    • Partner API Authentication
    • Customer Management
      • 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
      • Product Definitions & Fees
      • Customer Products
      • Products Changelog
      • Schemas
    • Asset Management
      • Digital assets
        • Create Order
        • General
        • Assets
        • Schemas
    • Transaction History
      • Schemas
    • Transfers
      • Transfers
      • IBAN validator
      • Create Incoming Test Transfer
      • Schemas
    • Partner Documents
      • Schemas
    • Webhooks
      • Schemas
  • PARTNER APIS
    • Partner Webhooks
      • Schemas
Powered by GitBook
On this page
Export as PDF
  1. API REFERENCE
  2. Transfers

Create Incoming Test Transfer

Last updated 23 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
Authorization: Bearer YOUR_OAUTH2_TOKEN
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