2006
Table Of Contents
- Authorization & Capture Integration Guide
- Preface
- Overview
- Basic Authorization & Capture on the PayPal Website
- Authorization & Capture API
- Order Authorizations Scenarios
- Best Practices
- Testing PayPal Authorization & Capture
- PayPal Authorization & Capture Statuses
- PayPal Authorization & Capture API Error Codes, Short Messages, and Long Messages
- IPN and PayPal Authorization & Capture
- Glossary
Authorization & Capture Integration Guide June 2006 51
Order Authorizations Scenarios
Partial Capture
Partial Capture
TABLE 5.18 Partial Capture Scenario
Complete Capture
TABLE 5.19 Complete Capture Scenario
Action API Call Running Balance
Your buyer orders an item from your
website.
You request an order from PayPal to
authorize the payment, specifying the
variable paymentaction=order. You
receive a response that the order has been
created for a payment amount of $100.00.
DoExpressCheckoutPaymentRequest
with:
<PaymentAction>
order
</PaymentAction>
.You request authorization #1 on day 1 for
$100.00. You receive a response that the
authorization has been created for a
payment amount of $100.00.
DoAuthorizationRequest <$100.00>
You ship the item. You capture
authorization #1 for $100.00.
DoCaptureRequest $0.00
With CompleteType set to NotComplete
on the DoCapture API, you capture funds
in the amount of $50.00.
DoCaptureRequest $50.00
Action API Call Running Balance
Your buyer orders an item from your
website.
You request an order from PayPal to
authorize the payment, specifying the
variable paymentaction=order. You
receive a response that the order has been
created for a payment amount of $100.00.
DoExpressCheckoutPaymentRequest
with:
<PaymentAction>
order
</PaymentAction>
You request authorization #1 on day 1 for
$100.00. You receive a response that the
authorization has been created for a
payment amount of $100.00.
DoAuthorizationRequest <$100.00>