MIF_E31211285/vendor/xendit/xendit-php/docs/PaymentRequest/Capture.md

1.0 KiB

# Capture

use Xendit\PaymentRequest\Capture;

Properties

Name Type Required Description Examples
id string ☑️ null
payment_request_id string ☑️ null
payment_id string ☑️ null
reference_id string ☑️ null
currency string ☑️ null
authorized_amount float ☑️ null
captured_amount float ☑️ null
status string ☑️ null
payment_method PaymentMethod ☑️ null
failure_code string ☑️ null
customer_id string ☑️ null
metadata object ☑️ null
channel_properties object ☑️ null
created string ☑️ null
updated string ☑️ null

[Back to README]