Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.02 KB

Capture.md

File metadata and controls

29 lines (23 loc) · 1.02 KB

# 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]