I want to update the Payment link in Stripe through API Keys but its showing error can you guide me ?

deepakmanik

Member
Screen Shot 2023-12-16 at 11.09.05 AM.png
 
A

Arshita

Guest
Hey @deepakmanik

I request you to please refer to the below video tutorial on how to use the "API by Pabbly" module and then try it from your end
 

deepakmanik

Member
i didn't get it kindly tell me the parameters which i should use during the API request to update the Stripe Payment Link to Deactivate the Payment Link
 

Himesh

Active member
Hello @deepakmanik , If you want to update the stripe payment link here is the api request
https://api.stripe.com/v1/payment_links/{{your_payment_id}}
and In body you need to pass "metadata[order_id]". If you still didn't get it let me know we can have free zoom call to resolve this issue.
FYI in not from Pabbly connect team, I'm Automation freelancer who helps other pabbly members.
 
Top