Create Incoming Test Transfer
Create Test Incoming Payment This endpoint works only in test environment. It is disabled in real environment.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Body
customerProductIdstring · uuidRequiredExample:
Unique customer product identification number in UUID format
3d07c219-0a88-45be-9cfc-91e9d095a1e9amountnumberRequiredExample:
transfer amount
750.55referencestring · max: 140RequiredExample:
transfer reference
This is a test SEPA transferResponses
202
Accepted
400
Bad Request
application/json
post
/transfers-test/incoming-transferPOST /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
