Payment Challenge Deposit Service
Payment Service API Documentation
For a usage description of the Payment Initiation Service, please refer to the Payment Services page.
Endpoint
POST /payments/challenge-deposit
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Small amount sent for verification.
"0.10"
ISO 4217 currency code.
"EUR"
Unique identifier for the transaction.
"unique-ref-id-123"
First name for identity verification.
"John"
Last name for identity verification.
"Doe"
Determines if PII details should be returned (0
or 1
).
1
Name matching logic type.
"fuzzy"
Response
Unique identifier for the transaction.
"e5c81c78-272b-4307-9197-3ace19109fd3"
The reference ID sent in the request.
"unique-ref-id-123"
Status of the challenge deposit (e.g., OK, FAIL).
"OK"
Score (0-100) indicating how well names matched.
85
Verified IBAN if piiToggle = 1, otherwise omitted.
"DE44500105175407324931"
First name returned from verification if available.
"John"
Last name returned from verification if available.
"Doe"