xendit.payment_request.model.PaymentRequest
| Name | Type | Required | Description | Examples |
|---|---|---|---|---|
| id | str | ☑️ | ||
| created | str | ☑️ | ||
| updated | str | ☑️ | ||
| reference_id | str | ☑️ | ||
| business_id | str | ☑️ | ||
| currency | PaymentRequestCurrency | ☑️ | ||
| payment_method | PaymentMethod | ☑️ | ||
| status | PaymentRequestStatus | ☑️ | ||
| customer_id | str, none_type | |||
| customer | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | |||
| amount | float | |||
| min_amount | float, none_type | |||
| max_amount | float, none_type | |||
| country | PaymentRequestCountry | |||
| description | str, none_type | |||
| failure_code | str, none_type | |||
| capture_method | PaymentRequestCaptureMethod | |||
| initiator | PaymentRequestInitiator | |||
| card_verification_results | PaymentRequestCardVerificationResults | |||
| actions | [PaymentRequestAction] | |||
| metadata | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | |||
| shipping_information | PaymentRequestShippingInformation | |||
| items | PaymentRequestBasket |