{ "intent": "sale", "payer": { "payment_method": "paypal" }, "redirect_urls": { "return_url": "https://my-gala.com/v2/vendor/paypal/rest-api-sdk-php/sample/payments/ExecutePayment.php?success=true", "cancel_url": "https://my-gala.com/v2/vendor/paypal/rest-api-sdk-php/sample/payments/ExecutePayment.php?success=false" }, "transactions": [ { "amount": { "currency": "USD", "total": "20", "details": { "shipping": "1.20", "tax": "1.30", "subtotal": "17.50" } }, "item_list": { "items": [ { "name": "Ground Coffee 40 oz", "currency": "USD", "quantity": 1, "price": "7.50" }, { "name": "Granola bars", "currency": "USD", "quantity": 5, "price": "2" } ] }, "description": "Payment description", "invoice_number": "6737520eaa273" } ] }
{ "intent": "sale", "payer": { "payment_method": "paypal" }, "redirect_urls": { "return_url": "https://my-gala.com/v2/vendor/paypal/rest-api-sdk-php/sample/payments/ExecutePayment.php?success=true", "cancel_url": "https://my-gala.com/v2/vendor/paypal/rest-api-sdk-php/sample/payments/ExecutePayment.php?success=false" }, "transactions": [ { "amount": { "total": "20.00", "currency": "USD", "details": { "subtotal": "17.50", "tax": "1.30", "shipping": "1.20" } }, "description": "Payment description", "invoice_number": "6737520eaa273", "item_list": { "items": [ { "name": "Ground Coffee 40 oz", "price": "7.50", "currency": "USD", "quantity": 1 }, { "name": "Granola bars", "price": "2.00", "currency": "USD", "quantity": 5 } ] }, "related_resources": [] } ], "id": "PAYID-M43VEDY1NB392752Y868512L", "state": "created", "create_time": "2024-11-15T13:52:14Z", "links": [ { "href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-M43VEDY1NB392752Y868512L", "rel": "self", "method": "GET" }, { "href": "https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-34V01429SW883521M", "rel": "approval_url", "method": "REDIRECT" }, { "href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-M43VEDY1NB392752Y868512L/execute", "rel": "execute", "method": "POST" } ] }
[ { "op": "replace", "path": "/transactions/0/amount", "value": { "total": "25.00", "currency": "USD", "details": { "subtotal": "17.50", "shipping": "6.20", "tax": "1.30" } } }, { "op": "add", "path": "/transactions/0/item_list/shipping_address", "value": { "recipient_name": "Gruneberg, Anna", "line1": "52 N Main St", "city": "San Jose", "state": "CA", "postal_code": "95112", "country_code": "US" } } ]
{ "id": "PAYID-M43VEDY1NB392752Y868512L", "intent": "sale", "state": "created", "cart": "34V01429SW883521M", "transactions": [ { "amount": { "total": "25.00", "currency": "USD", "details": { "subtotal": "17.50", "tax": "1.30", "shipping": "6.20" } }, "payee": { "merchant_id": "2BP3WP8PK6566", "email": "jaypatel512-facilitator@hotmail.com" }, "description": "Payment description", "invoice_number": "6737520eaa273", "item_list": { "items": [ { "name": "Ground Coffee 40 oz", "price": "7.50", "currency": "USD", "quantity": 1 }, { "name": "Granola bars", "price": "2.00", "currency": "USD", "quantity": 5 } ], "shipping_address": { "recipient_name": "Gruneberg, Anna", "line1": "52 N Main St", "city": "San Jose", "state": "CA", "postal_code": "95112", "country_code": "US" } }, "related_resources": [] } ], "redirect_urls": { "return_url": "https://my-gala.com/v2/vendor/paypal/rest-api-sdk-php/sample/payments/ExecutePayment.php?success=true&paymentId=PAYID-M43VEDY1NB392752Y868512L", "cancel_url": "https://my-gala.com/v2/vendor/paypal/rest-api-sdk-php/sample/payments/ExecutePayment.php?success=false" }, "create_time": "2024-11-15T13:52:14Z", "update_time": "2024-11-15T13:52:16Z", "links": [ { "href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-M43VEDY1NB392752Y868512L", "rel": "self", "method": "GET" }, { "href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-M43VEDY1NB392752Y868512L/execute", "rel": "execute", "method": "POST" }, { "href": "https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-34V01429SW883521M", "rel": "approval_url", "method": "REDIRECT" } ] }
{ "intent": "sale", "payer": { "payment_method": "paypal" }, "redirect_urls": { "return_url": "https://my-gala.com/v2/vendor/paypal/rest-api-sdk-php/sample/payments/ExecutePayment.php?success=true", "cancel_url": "https://my-gala.com/v2/vendor/paypal/rest-api-sdk-php/sample/payments/ExecutePayment.php?success=false" }, "transactions": [ { "amount": { "currency": "USD", "total": "20", "details": { "shipping": "1.20", "tax": "1.30", "subtotal": "17.50" } }, "item_list": { "items": [ { "name": "Ground Coffee 40 oz", "currency": "USD", "quantity": 1, "price": "7.50" }, { "name": "Granola bars", "currency": "USD", "quantity": 5, "price": "2" } ] }, "description": "Payment description", "invoice_number": "6737520eaa273" } ] }
{ "id": "PAYID-M43VEDY1NB392752Y868512L", "intent": "sale", "state": "created", "cart": "34V01429SW883521M", "transactions": [ { "amount": { "total": "25.00", "currency": "USD", "details": { "subtotal": "17.50", "tax": "1.30", "shipping": "6.20" } }, "payee": { "merchant_id": "2BP3WP8PK6566", "email": "jaypatel512-facilitator@hotmail.com" }, "description": "Payment description", "invoice_number": "6737520eaa273", "item_list": { "items": [ { "name": "Ground Coffee 40 oz", "price": "7.50", "currency": "USD", "quantity": 1 }, { "name": "Granola bars", "price": "2.00", "currency": "USD", "quantity": 5 } ], "shipping_address": { "recipient_name": "Gruneberg, Anna", "line1": "52 N Main St", "city": "San Jose", "state": "CA", "postal_code": "95112", "country_code": "US" } }, "related_resources": [] } ], "redirect_urls": { "return_url": "https://my-gala.com/v2/vendor/paypal/rest-api-sdk-php/sample/payments/ExecutePayment.php?success=true&paymentId=PAYID-M43VEDY1NB392752Y868512L", "cancel_url": "https://my-gala.com/v2/vendor/paypal/rest-api-sdk-php/sample/payments/ExecutePayment.php?success=false" }, "create_time": "2024-11-15T13:52:14Z", "update_time": "2024-11-15T13:52:16Z", "links": [ { "href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-M43VEDY1NB392752Y868512L", "rel": "self", "method": "GET" }, { "href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-M43VEDY1NB392752Y868512L/execute", "rel": "execute", "method": "POST" }, { "href": "https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-34V01429SW883521M", "rel": "approval_url", "method": "REDIRECT" } ] }