Paypal integration with salesforce | Paypal API | Paypal invoice

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ต.ค. 2024

ความคิดเห็น • 52

  • @sarthvader1056
    @sarthvader1056 5 ปีที่แล้ว +3

    This video helped soo much ! Thank you! But I would like to see whats going on in the SF end as well. As in what is happening in detail page button? Is there any controller or VF page being executed?

    • @AmitSingh-bf2mj
      @AmitSingh-bf2mj 5 ปีที่แล้ว +1

      Hi, In the detail page it is a Detail page button which is calling a VF page and VF page have it's custom controller which have the complete logic for calling the Paypal api and doing the trick.

  • @derahasmita342
    @derahasmita342 14 วันที่ผ่านมา

    Does PayPal also change its structure so that it can be called integration?

  • @abhijeetnagpure2998
    @abhijeetnagpure2998 ปีที่แล้ว +1

    Hello it is very useful session will you please suggest how can we implement this integration inside salesforce and how can we use objects as you used in session example opportunity.

    • @apexhours
      @apexhours  ปีที่แล้ว

      This is custom implementation. you need to create the data model according to your use case

  • @ketanshinde5229
    @ketanshinde5229 5 ปีที่แล้ว +1

    Thanks for sharing Detailed Demo .. Appreciate

    • @apexhours
      @apexhours  5 ปีที่แล้ว

      Thanks for your feedback.

  • @chellappakarimanoor4113
    @chellappakarimanoor4113 2 ปีที่แล้ว

    hi @Amit, I have one query. I didn't understand how the customer is paying once the 'Opportunity Order' is created. In the demo, it looks like the internal salesforce user is completing the payment.
    Can you please clarify?

  • @842007842008
    @842007842008 5 ปีที่แล้ว +2

    So for this project do I need to have a business account of Paypal?? And for each transaction that I do, will Paypal charge me a commission???

    • @AmitSingh-bf2mj
      @AmitSingh-bf2mj 5 ปีที่แล้ว +1

      No. You do not need a business account you can create your personal account. the complete demo is based on the personal account itself.

    • @apexhours
      @apexhours  5 ปีที่แล้ว +1

      Thanks @Amit for your help and support

    • @842007842008
      @842007842008 5 ปีที่แล้ว

      @@AmitSingh-bf2mj But on this link developer.paypal.com/developer/applications/create it says that you need to have a business sandbox account.

  • @ramainjety2927
    @ramainjety2927 5 ปีที่แล้ว +2

    Thanks for sharing .Very useful

  • @harshkcloud8521
    @harshkcloud8521 5 ปีที่แล้ว +1

    Nice work Amit sir. Just a small suggestion/favor; why dont you host the full project on github for begineer developers like me to learn better. I'll appreciate your response.

    • @amit-singh520
      @amit-singh520 5 ปีที่แล้ว

      Hey harsh, thanks for the suggestion. Here is the link for the blog post which contains all the request body to practice for you
      www.sfdcpanther.com/salesforce-paypal-integration/
      To get started with integrated visit sfdcpanther and you will get all the details.

    • @hemanthsopparapu6281
      @hemanthsopparapu6281 2 ปีที่แล้ว

      @@amit-singh520 The link is not valid anymore, getting page not found error, can you please share a proper link or code repository if it is hosted somehwere?

  • @kristineannmayola8417
    @kristineannmayola8417 4 ปีที่แล้ว

    I have a payroll system in Salesforce and I want to integrate it to Paypal, I want to pay my employees through PayPal with their salary. Can I use this method to integrate it?

  • @prashantgpt1990
    @prashantgpt1990 ปีที่แล้ว

    Great ! But do You have any other video where all the apex code and components exist.

  • @abhinandanrouth8010
    @abhinandanrouth8010 ปีที่แล้ว +1

    Hi Amit I want api to send an invoice to my customer through PayPal..can u help me

  • @anshumandixit7791
    @anshumandixit7791 3 ปีที่แล้ว +1

    Hi Amit,
    Can you please share the create payment JSON creator code, to get the same structure as required by paypal create Payment method I am facing some challenges there, if possible?

    • @apexhours
      @apexhours  3 ปีที่แล้ว

      We will get back to you soon

    • @anshumandixit7791
      @anshumandixit7791 3 ปีที่แล้ว

      Hi Amit,
      I could figure out the problem with my JSON also could create the payment too from Salesforce to pay pal, however now when I navigate to paypal for proceedings and complete the payment I get an error like" the seller doesn't accept the payments in your currency.
      Any suggestions?
      Thanks

  • @TaiTran-hu1py
    @TaiTran-hu1py 4 ปีที่แล้ว

    16:28 Hi Amit.
    Can you explain to me how could you redirect to salesforce vf page after clicking Continue button of Paypal?
    By the way, thank you for the nice session.

  • @khannsohail
    @khannsohail 4 ปีที่แล้ว +1

    Thanks for the video..you are doing great work.
    Could you do a video on stripe integration with Salesforce?

    • @apexhours
      @apexhours  4 ปีที่แล้ว

      Great suggestion! We will try

  • @danielkweku4368
    @danielkweku4368 4 ปีที่แล้ว

    please how can i find paypal shopping cart or administration screen to add my API user name and signature from PUT IT ON LAY-BUY please

  • @aveshlakha5903
    @aveshlakha5903 5 ปีที่แล้ว +1

    Very Good demo!!!

    • @apexhours
      @apexhours  5 ปีที่แล้ว

      Thanks for your feedback

  • @HumbleNishachar
    @HumbleNishachar 5 ปีที่แล้ว +1

    Nice session amit

  • @842007842008
    @842007842008 5 ปีที่แล้ว

    Integration..... y do we need it?? Whats an API in common language?? The tool Postman is it an API???? If it is then y are we using web services ????

    • @amit-singh520
      @amit-singh520 5 ปีที่แล้ว

      1- To communicate between different system we need Integration.
      2 - In common language API is a document which provides information about other system on how to communicate.
      3 - Postman is a tool which is used to test the API and equipment with all the authentication and algo to make the work easy.
      4 - Webservice is a method to communicate using API. In other word Webservice gives you a way to implement API calls
      Hope this helps you to understand the concept.

    • @842007842008
      @842007842008 5 ปีที่แล้ว

      @@amit-singh520 Thanks Amit , yeah it was helpfull

  • @amitsingh-hj6po
    @amitsingh-hj6po 2 ปีที่แล้ว +1

    Thanks for making this video Can we get the Source code so that we can try to understand how the logic is built

    • @apexhours
      @apexhours  2 ปีที่แล้ว

      We will try to share code soon

    • @amitsingh-hj6po
      @amitsingh-hj6po 2 ปีที่แล้ว

      ​@@apexhours Could you please share it will help in our requirement

  • @VWabhijit
    @VWabhijit 3 ปีที่แล้ว +1

    Go to 42:00 minute mark on how to set this up in Postman. That's the key information I gained from this video.

    • @apexhours
      @apexhours  3 ปีที่แล้ว

      glad that helped you

  • @phanikumar3335
    @phanikumar3335 5 ปีที่แล้ว +1

    Thanks so much sir

  • @mahaganeshm1461
    @mahaganeshm1461 5 ปีที่แล้ว +2

    Your explanation is good..! But i feel that the explanation should have been explained more elaborately. The fluent is not as expected.

  • @AnkushUkey-k6l
    @AnkushUkey-k6l 8 หลายเดือนก่อน

    any idea how to get user information using user info endpoint , i m not getting email,username

  • @vrushalimoon8013
    @vrushalimoon8013 2 ปีที่แล้ว

    not a good explanation....it doesn't even tell how to use it in salesforce...it showing only in postman...you should share the apex code

    • @apexhours
      @apexhours  2 ปีที่แล้ว

      Sorry about that

  • @SalesforceWorld143
    @SalesforceWorld143 4 ปีที่แล้ว +1

    Can u pls share source code location in GitHub?