ExtendedVerificationResponse Subobject
Web Session Object
Transaction Object
Token Object
Season Set Object
Refund Object
RatePlan Object
Product Object
Payment Provider Object
Payment Method Object
NameValuePair Object
GiftCard Object
Entitlement Object
Chargeback Object
Campaign Object
BillingPlan Object
AutoBill Object
Address Object
Activity Object
Account Object
ExtendedVerificationResponse Subobject
Defines the Payment Provider's response to a request for extended verification. Often this requires merchants to redirect the customer to a URL
Data Members |
Data Type |
Description |
redirectUrl |
string |
The URL merchants should redirect a customer to in order to complete the transaction. |
postValues |
NameValuePair |
Optional array of name value pairs the merchant should POST to the redirectUrl. |
methodNotificationUrl |
string |
URL that will receive the notification of completion by the 3DS service.e |
methodUrl |
string |
URL that should be used by the merchant to allow the 3ds service to obtain browser and device information. |
methodData |
string |
Base64 encoded JSON with the notification URL and the transaction XID. |
auth3dsRespCode |
string |
The status response of the authentication from the 3DS provider. |
auth3dsErrorCode |
string |
The error code of the authentication from the 3DS provider. |
For Users
Learn More