Endpoint
POST/payments/challenge-deposit
Swagger
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Small amount sent for verification.
"0.10"
Currency code.
3
"EUR"
Mandatory, non-blank. Alphanumeric only; hyphens (-) allowed as separators. No spaces or other special characters.
"merchantId19887-65"
First name for identity verification.
"John"
Last name for identity verification.
"Doe"
Determines if PII details should be returned.
0
, 1
1
Name matching logic type.
exact
, fuzzy
"fuzzy"
Response
Successfully initiated challenge deposit.
The description sent in the request.
"merchantId19887-65"
Status of the challenge deposit.
OK
, FAIL
"OK"
Contains verification score and assessment result.
Score (0-100) indicating how well names matched.
0 <= x <= 100
85
Unique identifier for the challenge deposit transaction.
"e5c81c78-272b-4307-9197-3ace19109fd3"
Verified IBAN.
"DE44500105175407324931"
First name returned from verification if available and piiToggle = 1
.
"John"
Last name returned from verification if available and piiToggle = 1
.
"Doe"