Embedded Buyer Portal

❗️

Deprecated feature

This functionality is no longer supported by Slope

If you want to allow customers to view their upcoming payments or change payment methods customers have access to that information using the Buyer Portal. To provide a more integrated experience you can also embed the Buyer portal inside your own application.

To start off you will need to get a customer intent which can be retrieved using this Generate a customer intent

Example code

<iframe
	src="https://pay.slope.so/token?token={{CUSTOMER_INTENT_TOKEN}}"
	width="400"
	height="600">
</iframe>