- Card Number
- Card Holder
- Expiry
- CVV
- UPI Intent
- UPI QR
TBDropin SDK.
This overview explains:
- How the SDK loads
- What atoms are
- How mounting works
- How events & communication work
- What happens during payment
- Folder & architecture summary
Methods
1. Mount component
A component can be mounted in DOM container2. Unmount component
To unmount a component from DOM container. Use component.mount to mount again3. Get component data
To get the data and state of a componentReturn
4. Clear component
Trigger clear on component to empty it. Can only be applied if kind of the component is inputEvents
You can register a callback function to various events that occur with a component. The basic syntax iscomponent.on(eventName, callBackFunction)