Skip to main content
Skip table of contents

Guide: Paywall - CAN and Stripe Linking

Follow the below steps to link the Stripe and CAN portal:

  • After the MSPs complete their enrollment using the link, the admin can view the newly created account on Stripe.

  • Login to the Stripe admin account and click the Connected accounts option from the side bar to view the newly created accounts.

image-20241212-115947 (1)-20241212-131926.png

Connected accounts

  • Click the account to view more details.

  • Click on the Copy ID button in the top right corner and store it in the CAN Portal database corresponding to its MSP. Also click on Edit Metadata button and store the application_fee for that MSP.

  • Click the Save button to save the changes.

image-20241212-120804 (1)-20241212-132121.png

Platform Information

To create a linking between Stripe and CAN portal use the following endpoints:

https://api.k4mobility.com/captive/all/paywall/v2/storeConfiguration

Method – POST

Payload = {

“stripeAccountId” : “accountId”,       // ID for DP’s stripe account as shown in MSP onboarding section

“taxId”: “taxId”,  //Id which can be taken from tax rates section of stripe product catalogue as shown in Tax setup section

“paywallEnabled”: true,  // Flag to enable the paywall for the onboarded DP

“dpId”: “DpId”     // DPId for the DP which we are onboarding

This process requires an API Key or API Token. Please ensure you obtain the API Key before proceeding.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.