use Xendit\PaymentRequest\PaymentRequestParameters;
Name | Type | Required | Description | Examples |
---|---|---|---|---|
reference_id | string | null | ||
amount | float | null | ||
currency | PaymentRequestCurrency | ☑️ | null | |
payment_method | PaymentMethodParameters | null | ||
description | string | null | ||
capture_method | PaymentRequestCaptureMethod | null | ||
initiator | PaymentRequestInitiator | null | ||
payment_method_id | string | null | ||
channel_properties | PaymentRequestParametersChannelProperties | null | ||
shipping_information | PaymentRequestShippingInformation | null | ||
items | array | null | ||
customer_id | string | null | ||
customer | object | null | ||
metadata | object | null |