• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Link between Stripe product and pabbly

abular

Member
Hi,

Can we have a flow like this


- We have a stripe product (recurring) in stripe web

- We have a pabbly product

The transaction is done via stripe recurring product > then we send successful data to a Pabbly product > so that Pabbly can record it as a successful transaction, subscription, and commission.

Later in the next billing, the same process will happen again > after the stripe recurring process successfully charges the payment method > sends data to Pabbly > Pabbly processes it for commission, etc.

Full user flow:

User clicks on the affiliate Pabbly link > Landing Page > go to Stripe product page > pay successfully> send data to Pabbly > Pabbly can record as a successful transaction, subscription, and commission.

The objective of this flow is we want to have features that Stripe has in their recurring product functions, like payment via Apple pay, Google pay, and other good features that they have.

Thank you
 
D

Deleted member 9923

Guest
Hello @abular ,
Could you please specify where you are encountering issues or any questions you might have regarding this user flow? This will enable us to offer an appropriate resolution. Thank you.
 

abular

Member
Hi Mukesh,

Thanks for your reply.

We have done some testing by following Pabbly API and I think the flow that I put on the 1st post can work.


Affiliate Pabbly Link > Landing page wordpress > Stripe product recurring (not Pabbly product) > pay with either (CC, Google pay, apple pay, paypal) > Stripe webhook to our processing page > push data to Pabbly API.


But I have a question on:


1. If we click on the affiliate link and go to landing page, how do we know that that link is for which affiliate (refer to ID or email). Because from our new flow, we need that affiliate information to use this API endpoint 'create commission - https://payments.pabbly.com/api/v1/commissions/create'

Because in our proposed new flow, we don't hit/use Pabbly product & checkout page for the user front end transaction. But, we do have the products in Pabbly, then based on the stripe event, we will create/update the 'customer, invoice, subscription record, commission' to Pabbly by using API.

Thank you
 
Last edited:
D

Deleted member 9923

Guest
Hello @abular ,
If you aren't utilizing the Pabbly checkout page at the time of the checkout then you'll need to follow the method outlined in the help document below. This will guide you in identifying an affiliate and sending their details to Pabbly when creating a subscription via API:

 
Top