Brdge3DSecure

This module is used to handle 3-D Secure actions.

See 3-D Secure Payment Flow documentation for more information.

Supported PSPs

Currently only BrainTree is supported.

Constructors

Link copied to clipboard
constructor(activity: FragmentActivity)

Create a new instance of Brdge3DSecure within an Activity.

Functions

Link copied to clipboard
suspend fun handleAction(jsonString: String): Brdge3DSecureResponse

Function that can be called in the event that you get a 3-D Secure additional action required response to a payment request. Use the json.action received from v1/payments endpoint when actionRequired: true, this will be converted into a nonce you can use to complete the payment with a ProviderThreeDSecureNonce Payment Instrument.