wallet
A component to show a UPI qr codeReturned Value
You can get the value of a component by callingcomponent.data().value
. All returned
values of component.data()
can be found here
Code snippet for wallet component
Code snippet for wallet component
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
Code snippet for wallet component
Code snippet for wallet component
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
Code snippet for paylater component
Code snippet for paylater component
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
Code snippet for paylater component
Code snippet for paylater component
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
Code snippet for savePaymentInstrument component
Code snippet for savePaymentInstrument component