Reputation: 37
Hello Everyone i am using pay-pal sandbox for pay-pal express checkout. I am getting success and my payment Id, token id and payer Id also generated. But when I am going to sandbox summary, its not showing under my payment transactions. Can someone please tell me what i am doing wrong? If payment got succeeded then why its not showing in summary area.
Upvotes: 0
Views: 242
Reputation: 86
Sounds like you are using REST API and you have successfully "Create Payment".
You will need to fully run "Execute Payment" to complete the transaction. You can refer here for more information: https://developer.paypal.com/docs/api/payments/#payment_execute
Upvotes: 1