Create Incoming Test Transfer

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
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

Last updated