--- title: OrderPaymentInformation - Customer API description: The summary of payment status information for the order. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/orderpaymentinformation md: https://shopify.dev/docs/api/customer/latest/objects/orderpaymentinformation.md --- # Order​Payment​Information object The summary of payment status information for the order. ## Fields * payment​Collection​Url [URL](https://shopify.dev/docs/api/customer/latest/scalars/URL) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The URL for collecting a payment on the order. * payment​Status [Order​Payment​Status](https://shopify.dev/docs/api/customer/latest/enums/OrderPaymentStatus) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The financial status of the order. * payment​Terms [Payment​Terms](https://shopify.dev/docs/api/customer/latest/objects/PaymentTerms) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The payment terms linked with the order. * total​Outstanding​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The total amount that's yet to be transacted for the order. * total​Paid​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The total amount that has been paid for the order before any refund. *** ## Map ### Fields with this object * {}[Order.paymentInformation](https://shopify.dev/docs/api/customer/latest/objects/Order#field-paymentInformation)