v1
latestOpenAPI 3.1.02026-07-241080412.6 KBPayment with PayPal Express Checkout
Use /connectors/paypal/v1/tokens endpoint to perform payment with Paypal Express Checkout. Payment is executed on PayPal site and after success / error / cancel customer is redirected to predefined routes.
post/connectors/paypal/v1/tokens
Request body
Response
200
Example response
{
"responseData": {
"redirectUrl": "https://www.sandbox.paypal.com/checkoutnow?useraction=commit&token=<unique-transaction-token>"
}
}