|
A capture transfers the funds from the customer’s account to your account. |
The ics_paypal_do_capture service:
nEnables you to capture all of the authorized amount.
nEnables you to perform multiple partial captures, which are also called split shipments, up to 115% of the authorized amount.
When you request ics_paypal_do_capture, you must include the following fields in the request:
nics_applications
nmerchant_id
nmerchant_ref_number
ncomplete_type—This flag indicates whether it is a full capture or a partial capture.
ncurrency
ngrand_total_amount
npaypal_authorization_id
nA request ID:
lFor a standard order: paypal_ec_do_payment_request_id
lFor a custom order: paypal_authorization_request_id
nA request token:
lFor a standard order: paypal_ec_do_payment_request_token
lFor a custom order: paypal_authorization_request_token
Additional fields are optional. The required and optional fields are described in API Fields.