• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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
 

MukeshR

Member
Staff member
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:

MukeshR

Member
Staff member
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