Forum Posts

REST API issues in sandbox

I'm trying to get my solution working so that I can have customers enter their credit card and then I can reuse that card later for purchases in our platform using PayPal to process the transaction.My issues started yesterday when I was working on ru...

Malformed json request when creating an order

I'm trying to create an order using the V2 API of Orders. This is the data i'm sending    { "purchase_units":{ "custom_id":65, "items":[ { "name":"Heartless", "quantity":2, "description":"Sh...

Card processing with 3D secure return URL

Hi!    I'm struggling with card payment and 3d secure. My process steps are: 1. create an order, only with intent "CAPTURE" and purchase units 2. get the created id 3. authorize request: https://api-m.sandbox.paypal.com/v2/checkout/orders/xxxxxxx/aut...

francosdad_0-1680196195312.png
francosdad by New Community Member
  • 783 Views
  • 2 replies
  • 0 kudos

what is sender_batch_id and sender_item_id in Paypal payout api?

https://developer.paypal.com/docs/api/payments.payouts-batch/v1/We are using the above api documentation for integrating payout api with our laravel web app.Can't seem to figure out what values need to be passed on following variables: 1. sender_batc...

Mohit10 by Contributor
  • 2792 Views
  • 2 replies
  • 0 kudos

Need help syncing PayPal API transactions with IPN on my site

Hello,I've been using the PayPal API endpoint (https://api-m.sandbox.paypal.com/v1/reporting/transactions) to fetch transaction details between specific dates and with a given transaction ID. Strangely, I can retrieve the details successfully when hi...

Instrument declined error - Environment: LIVE

Hi, I have integrated the paypal api with php sdk on my website. It works on sandbox but when I switch the live environment, i got the following error: "message": "The instrument presented  was either declined by the processor or bank, or it can't be...

mcpraps by Contributor
  • 26459 Views
  • 16 replies
  • 1 kudos