xendit.payment_request.model.PaymentRequestParameters
| Name | Type | Required | Description | Examples |
|---|---|---|---|---|
| currency | PaymentRequestCurrency | ☑️ | ||
| reference_id | str | |||
| amount | float | |||
| payment_method | PaymentMethodParameters | |||
| description | str, none_type | |||
| capture_method | PaymentRequestCaptureMethod | |||
| initiator | PaymentRequestInitiator | |||
| payment_method_id | str | |||
| channel_properties | PaymentRequestParametersChannelProperties | |||
| shipping_information | PaymentRequestShippingInformation | |||
| items | PaymentRequestBasket | |||
| customer_id | str, none_type | |||
| customer | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | |||
| metadata | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type |