On this page
No Headings
Last updated: June 16, 2026
Returns from the following API calls:
DoAuthorizationDoCaptureDoReAuthorizationDoVoidUpdateAuthorization$DoCapture = [
'AUTHORIZATIONID' => $authorizationId,
'AMT' => '100.00',
'CURRENCYCODE' => 'USD'
];;The payment process is halted, preventing the customer from finalizing their purchase. This can lead to a poor customer experience and potentially lost sales if the issue is not resolved promptly.
$DoCapture = [
'AUTHORIZATIONID' => $authorizationId,
'AMT' => '100.00',
'CURRENCYCODE' => 'USD'
];The NVP/SOAP API integration method is deprecated. You can find more information about our latest integrations from the following resources:
You can reach out for support at paypal-techsupport.com.