# OrderPaymentInformation - customer - OBJECT Version: 2024-10 ## Description The summary of payment status information for the order. ### Access Scopes ## Fields * [paymentCollectionUrl](/docs/api/customer/2024-10/scalars/URL): URL - The URL for collecting a payment on the order. * [paymentStatus](/docs/api/customer/2024-10/enums/OrderPaymentStatus): OrderPaymentStatus - The financial status of the order. * [paymentTerms](/docs/api/customer/2024-10/objects/PaymentTerms): PaymentTerms - The payment terms linked with the order. * [totalOutstandingAmount](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The total amount that's yet to be transacted for the order. * [totalPaidAmount](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The total amount that has been paid for the order before any refund. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples