Create Microdeposit Verification Link - Field Descriptions
The following tables describe the fields in the header, request and response for the Create Microdeposit Verification Link endpoint.
Header
The following table describes the fields that can be included in the header of the request.
| Field | Description | Type | Min Length | Max Length | Mandatory |
|---|---|---|---|---|---|
| client-id | The program manager identifier supplied by Thredd during onboarding. | String | Yes | ||
| partner-id | Partner identifier for Mastercard configuration. If not provided, uses the default partner ID. | String | No |
Request
The following table describes the fields that are included in the response.
| Field | Description | Type | Min Length | Max Length | Mandatory |
|---|---|---|---|---|---|
| redirect_uri | Optional callback redirect URI. Falls back to the registered client redirect URI. | String | No | ||
| is_hosted_in_mobile_app | Specifies if the verification flow is hosted in a mobile app. | Boolean | No | ||
| experience | Optional Mastercard experience ID override for the verification URL. | String | No |
Response
The following table describes the fields that are included in the response.
| Field | Description |
|---|---|
| openbanking_customer_id | The customer's Open Banking Customer identifier. |
| account_id | Customer's account identifier. |
| verification_url | Mastercard AVA verification URL to redirect the end user. |
Updated 5 days ago
