GetCapturePaymentDetailsV2()

Returns the details of the specified capture payment.

Parameters

Capture_Id

SQL_VARCHAR(128)

The PayPal-generated ID of the captured payment for which to show details.

Returns

If the procedure fails, it throws an exception.

Otherwise, the procedure returns a table with the following rows:

Id

SQL_VARCHAR(128)

The PayPal-generated ID for the captured payment.

Status

SQL_VARCHAR(255)

The status of the captured payment.

Status_Details_Reason

SQL_VARCHAR(255)

The reason why the captured payment status is PENDING or DENIED.

Amount_Currency_Code

SQL_VARCHAR(255)

The three-character ISO-4217 currency code that identifies the currency.

Amount_Value

SQL_VARCHAR(255)

The amount value.

Invoice_Id

SQL_VARCHAR(255)

The API caller-provided external invoice number for this order.

CustomId

SQL_VARCHAR(127)

The API caller-provided external ID.

Seller_Protection

SQL_LONGVARCHAR(2147483647)

The level of protection offered as defined by PayPal Seller Protection for merchants.

Final_Capture

SQL_VARCHAR(255)

Indicates whether you can make additional captures against the authorized payment.

Seller_Receivable_Breakdown

SQL_LONGVARCHAR(2147483647)

The detailed breakdown of the captured payment.

Disbursement_Mode

SQL_VARCHAR(255)

The funds that are held on behalf of the merchant.

Create_Time

SQL_VARCHAR(127)

The date and time the transaction occurred.

Update_Time

SQL_VARCHAR(127).

The date and time the transaction was last updated.