Upon successful transaction creation through /v1/transaction, you will receive a transaction ID and an authentication token, provided a user's email or phone number was included in the transaction creation request. Using this transaction ID and authentication token, you can initiate the checkout process within an iFrame directly on your website. Here is an example of how you can use this:
<iframe
src="<https://payments.guardarian.com/checkout?tid=TX_ID&auth_token=AUTH_TOKEN>"
allow="camera;microphone;fullscreen;payment"
style="height: 100%; width: 100%; border: none">
</iframe>
For additional customisation options please reach our sales team at [email protected]