Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.55 KB

PaymentRequest.md

File metadata and controls

35 lines (28 loc) · 1.55 KB

PaymentRequest

Properties

Name Type Required Description Examples
id string ☑️
created string ☑️
updated string ☑️
referenceId string ☑️
businessId string ☑️
customerId string
customer object
amount number
minAmount number
maxAmount number
country PaymentRequestCountry
currency PaymentRequestCurrency ☑️
paymentMethod PaymentMethod ☑️
description string
failureCode string
captureMethod PaymentRequestCaptureMethod
initiator PaymentRequestInitiator
cardVerificationResults PaymentRequestCardVerificationResults
status PaymentRequestStatus ☑️
actions PaymentRequestAction[]
metadata object
shippingInformation PaymentRequestShippingInformation
items PaymentRequestBasketItem[]

[Back to README]