---
title: Subscriptions APIs now support PayPal Express - 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/subscriptions-apis-now-support-paypal-express'
  md: >-
    https://shopify.dev/changelog/subscriptions-apis-now-support-paypal-express.md
metadata:
  effectiveApiVersion: 2021-07
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2021-05-18T13:59:32-04:00'
  postedAt: '2021-05-19T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:32-05:00'
  effectiveAt: '2021-05-19T00:00:00-04:00'
---

May 19, 2021

Tags:

* API
* 2021-07

# Subscriptions APIs now support PayPal Express

We have added a new payment method type, CustomerPaypalBillingAgreement, to the 2021-07 release candidate that allows the ability to store Paypal Billing Agreements in Shopify to be used by [SubscriptionContracts](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptioncontract).

This change also introduces two new mutations. One to create a PayPal billing agreement for a customer, and one to update existing agreements. For more information on the new mutations, visit our documentation on [customerPaymentMethodPaypalBillingAgreementCreate](https://shopify.dev/docs/admin-api/graphql/reference/customers/customerpaymentmethodpaypalbillingagreementcreate) and [customerPaymentMethodPaypalBillingAgreementUpdate](https://shopify.dev/docs/admin-api/graphql/reference/customers/customerpaymentmethodpaypalbillingagreementupdate)
