Create Incoming Test Transfer
Create Test Incoming Payment This endpoint works only in test environment. It is disabled in real environment.
Authorizations
Body
customerProductIdstring · uuidRequiredExample:
Unique customer product identification number in UUID format
3d07c219-0a88-45be-9cfc-91e9d095a1e9
amountnumberRequiredExample:
transfer amount
750.55
referencestring · max: 140RequiredExample:
transfer reference
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
Last updated