π§βπ»Show login page
Using an Iframe
<iframe src="https://paypangea.com/request/auth/?walletconnect=${showwalletconnect}" width="600" height="400"></iframe>window.addEventListener('message', (event) => {
if (event.data.type === 'PAYPANGEA_WIDGET_CLOSE_REQUEST' && event.data.outcome.code === 200) {
// Handle successful payment
}
});Name
Type
Description
Last updated