v1
latestOpenAPI 3.0.02026-08-0610682246.0 KBBraintree 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
Example request
{
"payment_method_token": "alpha123token",
"payment_method_nonce": "alpha123token"
}Response
No Content