--- title: New API for collecting deferred payments on orders - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/new-api-for-collecting-deferred-payments-on-orders md: https://shopify.dev/changelog/new-api-for-collecting-deferred-payments-on-orders.md --- [Back to Developer changelog](https://shopify.dev/changelog) June 21, 2022 Tags: * API * 2022-07 # New API for collecting deferred payments on orders As of GraphQL Admin API version 2022-07, we have introduced new APIs that enable you to collect deferred payment on an order using a vaulted card belonging to the customer. The orderCreateMandatePayment mutation will be available for charging payments against a vaulted credit card. This API returns a GraphApi::Job and paymentReferenceId. This paymentReferenceId can be used to poll the status of the payment using the orderPaymentStatus query.