#emmillene2457
1 messages ยท Page 1 of 1 (latest)
Hi ๐
I'm not clear what you mean by "affiliate payment links". Can you explain a bit more?
Sure! I was hoping to use Payment Links API with Stripe Connect to create an affiliate link for my client's service. Currently, he sends stripe invoices to individual clients for payment. I could set up a check out page for him on his site, but I wasn't sure if this integration would be quite right.
Okay you could either do it with the Stripe Account header, for Direct Charges or you would use the transfer_data parameter to specify the Destination account (for Destination Charges)
https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-transfer_data
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Cool, thanks!