Components
Wallets, Net banking and BNPL components
Learn to create components for Wallets, Net banking and BNPL.
wallet
A component to show a UPI qr code
Returned Value
You can get the value of a component by callingcomponent.data().value
. All returned
values of component.data()
can be found here
netbanking
A component to initiate Net Banking payment.
In case buttonText
is not provided the value of buttonIcon
would be
replaced to true
. This has been done so that your customer always sees icon
of the app.
Returned Value
You can get the value of a component by callingcomponent.data().value
. All returned
values of component.data()
can be found here
paylater
A component to initiate paylater payment.
Returned Value
You can get the value of a component by callingcomponent.data().value
. All returned
values of component.data()
can be found here
cardlessEMI
A component to initiate Cardless EMI payment.
Returned Value
You can get the value of a component by callingcomponent.data().value
. All returned
values of component.data()
can be found here
savePaymentInstrument
A component that can be used in .pay()
to save a payment method for a customer. This works for only cards. This will tokenize your card
Returned Value
You can get the value of a component by callingcomponent.data().value
. All returned
values of component.data()
can be found here
Was this page helpful?