v1

latestOpenAPI 3.0.02026-08-0610682246.0 KB
Braintree Payments

Update the Braintree subscription

Updates a Braintree subscription by ID. This operation currently only supports updating the payment method for a subscription, sending the payment method token or nonce.

patch/blaize/payment/braintree/subscriptions/{subscriptionId}

Path parameters

subscriptionIdstring required

Subscription ID

Headers

cookiestring

The session cookie.

Request body

payment_method_tokenstring

Payment method token referencing a payment method in Braintree.

payment_method_noncestring

Payment method nonce referencing a payment method in Braintree.

Example request

{
  "payment_method_token": "alpha123token",
  "payment_method_nonce": "alpha123token"
}

Response

No Content