Anchor to section titled 'undefined'

customerPaymentMethodPaypalBillingAgreementCreate
mutation

Requires write_customers access scope. Also: Requires write_customer_payment_methods scope.

Creates a PayPal billing agreement for a customer.


The billing address.

Anchor to billingAgreementId
billingAgreementId
required

The billing agreement ID from PayPal that starts with 'B-' (for example, B-1234XXXXX).

Anchor to customerId
customerId
required

The ID of the customer.

Anchor to inactive
inactive
default:false

Whether the PayPal billing agreement is inactive.


Was this section helpful?
Anchor to section titled 'CustomerPaymentMethodPaypalBillingAgreementCreatePayload returns'

CustomerPaymentMethodPaypalBillingAgreementCreatePayload returns


The list of errors that occurred from executing the mutation.


Was this section helpful?