post https://{{domain}}/api/v1/transactions/pull/3D-Secure/verify
Verify the 3D Secure Authentication attempt. The response from this endpoint will inform you as to whether charge pack protection applies to this transaction
Request
Field | Type | Description |
---|---|---|
id | string, required | id of the original 3D Secure Authentication request |
pares | string, required | values returned by issuer in callback url |
Response
Field | Type | Description |
---|---|---|
id | string | the 3DSecure Authentication ID |
status | string | status of the 3D Secure Authentication, please refer to the 3D Secure docs for a list of statuses |
chargeback_protection_available | boolean | Value indicating if chargeback protection is available at current state |