Additional Support for Payment Methods

Additional support features available for Cards, Netbanking, Wallets and more.


Use the Razorpay React Native SDK to integrate supported payment methods on the Checkout form of your app as per your business requirements. Here are some additional methods provided by the SDK for the integration and usage of payment methods:

Use the

to fetch the payment methods available for your account.

Below are the sample payloads for each payment method.

You can use these methods for card payment method integration.

The SDK provides a checksum-based method to determine if the entered card number is valid or not.

The SDK provides a method to get the card number length for a specific card network.

Razorpay.getCardNetworkLength('visa').then(resp => {
console.log(resp.data); // returns 16 for visa
});

Given below are the sample codes for fetching various payment method logo URLs.

The SDK provides a method to get the wallet logo's URL.


Is this integration guide useful?