For the complete documentation index, see llms.txt. This page is also available as Markdown.

iFrame

Easily embed the payment flow in your website using the following iFrame

<iframe
        src="https://app.resmic.com?api_key=User_API_KEY&user_id=USER_ID&amount=100&success_url=https://success-url.com&cancel_url=https://cancel-url.com&wallet_address=0x000&email=name@email.com"
        width="100%"
        height="50%"
        >
</iframe>

Last updated