Request Object
{
"intent": "authorize",
"payer": {
"payment_method": "paypal"
},
"redirect_urls": {
"return_url": "https://surveys.n-labs.com/lib/PayPal-PHP-SDK/paypal/rest-api-sdk-php/sample/payments/ExecutePayment.php?success=true",
"cancel_url": "https://surveys.n-labs.com/lib/PayPal-PHP-SDK/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": "6781164a3db9f"
}
]
}
Response Object
{
"intent": "authorize",
"payer": {
"payment_method": "paypal"
},
"redirect_urls": {
"return_url": "https://surveys.n-labs.com/lib/PayPal-PHP-SDK/paypal/rest-api-sdk-php/sample/payments/ExecutePayment.php?success=true",
"cancel_url": "https://surveys.n-labs.com/lib/PayPal-PHP-SDK/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": "6781164a3db9f",
"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-M6ARMTA73S21027599814513",
"state": "created",
"create_time": "2025-01-10T12:44:59Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-M6ARMTA73S21027599814513",
"rel": "self",
"method": "GET"
},
{
"href": "https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-33G92660G4455132R",
"rel": "approval_url",
"method": "REDIRECT"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-M6ARMTA73S21027599814513/execute",
"rel": "execute",
"method": "POST"
}
]
}