PayPal
Authorize or Capture a payment for a PayPal Order.
post/paypal/orders/{orderId}/payments
Path parameters
orderIdstring required
The unique identifier for the Order.
This can be sourced from the orderId field in the response we sent to you when creating the Order.
Request body
Response
OK
Example response
{
"code": "1000",
"id": "463ac35c9f6413ad48485a3953bb6124",
"paymentId": "57f7f444-29ce-4230-8c7f-1c1fd85c8bc9",
"orderId": "987654321",
"status": "CAPTURED",
"amount": 1234,
"psp": {
"name": "Checkout.com",
"transactionId": "6418da68-0b3d-4409-ab14-1ceb752b0b1f",
"switchAccountId": "switch-account-123",
"provisionedUserId": "Vx0H4pdAtPCz",
"additionalInfo": {
"customerFirstName": "John",
"customerLastName": "Smith",
"customerDateOfBirth": "2000-01-01",
"customerIpAddress": "123.100.100.200",
"customerId": "de5d7b4a-9410-40e1-85fd-8ceee23c9fd0",
"paysafecardCustomerId": "151743187547"
},
"rawPspResponses": [
{
"httpStatusCode": 200,
"pspName": "Checkout.com",
"headers": {
"content-type": [
"application/json"
]
}
}
]
},
"account": {
"accountId": "customer@email.com"
}
}