Cards

Visa, Mastercard, American Express and Mada cards will be covered under the card payment method.

You can pass the token id to charge the above cards or you can pass the source as "src_card" to collect the cards and processed them by Tap.

CardVISAMasterCardAMEXmada
Payment TypeDEBIT, CREDITDEBIT, CREDITCREDITDEBIT
Payment AcceptanceLocal, Regional, GlobalLocal, Regional, GlobalLocal, Regional, GlobalLocal

Redirect Payment Flow

Your customer must redirected to the 3D Secure page provided by issuer to authenticate the payment.

3D secure transactions work with Redirect payment flow. Charge or Authroze API will return the payment url (transaction.url) in the response object. Customer should be redirected to this payment url, to complete the payment process.

Merchant url (redirect.url) is required in the Charge request.

Initial charge or authorize status will be "PENDING". After payment completed, charge status will be confirmed immediately. So you can use the retrieve charge or authorize API to get the status.

Direct Payment Flow

If the credit card is not enrolled for 3D secure, then Tap process the payment and will return the confirmed payment status in the charge response. The payment url will not be available in the API response.