Embedded Buyer Portal

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 Customer Intent Token API.

Example code

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