- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Getting PayPal BAID using REST API
I'm trying to setup the PayPal payment method via BAID in Zuora (as explained in this guide: https://knowledgecenter.zuora.com/kb/How_do_I_use_the_Paypal_BAID_payment_method_in_Zuora%3F)
The only difference is that I'm trying to get the BAID via REST API and not via NV API (that seems to be deprecated...)
Using REST API requires to create a Billing Plan object before creating Billing Agreement, but in this case I don't need to set "regular payment definition" on PayPal, because I'm setting billing details in Zuora...
So, how should I create the Billing Plan on PayPal?
Thanks,
David
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Generating PayPal BAID using REST API
I try to be more clear...
I tested the new flow to generate BAID using REST API and all works fine.
My doubts are about recurring payments settings.
The brand new created Billing Plan required to generate the Billing Agreement contains settings about recurring payments. But obviuosly these settings should be overriden by Zuora settings. It this correct?
Is this REST-API-based flow to generate BAID already supported by Zuora? If it isn't supported, which is the recommended alternative to (deprecated) NVP/SOAP API procedure?
Thank you,
David
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Generating PayPal BAID using REST API
Hi David,
Let me follow up with our team and get back to you. Thank you!
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Generating PayPal BAID using REST API
Hi David,
I'm still investigating interally with our team, I'll report back as soon as possible, thank you very much for your patience!
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Generating PayPal BAID using REST API
Hi @David_C,
Got the information from our Payment Product Manager that we will upgrade to REST at some point later this year. As soon as we have more concrete plans we will let our customers know via Community.
Thank you so very much for your patience!
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Generating PayPal BAID using REST API
I would really appreicate if there is any update on it, since the current SOAP api is depreciate by PayPal.
In meantime, what flow should we take to integrate paypal service with our zuora subscriptions?
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Generating PayPal BAID using REST API
Hello!
I have the same need... my client does not seem to be able to retrieve the BAID...
They get this reply:
Skype for Business Web App
intent: "sale",
orderID: "EC-9XB02231P1342593T",
payerID: "PMXLW443WDFCG",
paymentID: "PAY-8FT01678E9129041VLMRBTEQ",
paymentToken : "EC-9XB02231P1342593T",
returnUrl: "https://www.sandbox.paypal.com/?paymentId=PAY-8FT01678E9129041VLMRBTEQ&token=EC-9XB02231P1342593T&Pa..."
}
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Generating PayPal BAID using REST API
Hi Everybody,
I also need resolution on this. Is there a seqeunce of PayPal API calls to retreive BAID before https://rest.zuora.com/v1/payment-methods is called to create PayPal payment method?
Thanks,
Ed