Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 797 Bytes

PaymentRequest.md

File metadata and controls

14 lines (11 loc) · 797 Bytes

# PaymentRequest

Properties

Name Type Description Notes
id string Unique identifier for the request [optional]
currency string Must be a non-sanctioned country from /v1/data/countries [optional]
payment_url string Hosted checkout URL, redirect buyers to this URL to initiate payment [optional]
created_at float Unix timestamp when payment request was created [optional]
updated_at float Unix timestamp when payment request was updated [optional]
record \Bleumi\Payment\Model\Record [optional]

[Back to Model list] [Back to API list] [Back to README]