Rave card authentication

How do I authenticate visa, verve, and mastercard transactions on rave .

Hi Desola this helps as guide to how you can authenticate transactions for different card brands on rave.

Verve (Local card)

Charged using PIN, flow is user is asked to enter pin then for 2nd leg of validation otp

Mastercard (Local card)

This can be charged in two ways PIN and 3DSecure, pin is same flow as verve. 3DSecure would mean you specify a redirect url, on first charge leg we return an authurl to you , you are meant to load the authurl for the customer, the customer would then complete the validation leg on the page you loaded. Once done we return a response as appended query strings to your redirect url.

Mastercard (International card)

3DSecure, would mean you specify a redirect url, on first charge leg we return an authurl to you , you are meant to load the authurl for the customer, the customer would then complete the validation leg on the page you loaded. Once done we return a response as appended query strings to your redirect url.

Visa (Local and International card)

3DSecure, would mean you specify a redirect url, on first charge leg we return an authurl to you , you are meant to load the authurl for the customer, the customer would then complete the validation leg on the page you loaded. Once done we return a response as appended query strings to your redirect url.