---
title: "Create a subscription charged callback"
method: POST
path: "/blaize/payment/braintree/subscriptionChargedCallback"
tags: ["Braintree Payments"]
---

# Create a subscription charged callback

`POST /blaize/payment/braintree/subscriptionChargedCallback`

This endpoint generates a callback for subscription charges when a product purchase is created, regardless of success or failure. It requires a mandatory string payload containing the `bt_signature`  and `bt_payload` parameters.  To use subscriptions, configure the Braintree callback to direct to this endpoint.

## Request body

- string

## Response `200`

OK. A product purchase is created successfully.

## Other responses

- `400` — Bad Request. The product purchase creation failed because the subscription was overdue or the callback endpoint received an invalid or empty payload.

---

[API](https://skmtc.net/zuora/apis/public-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/public-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/public-api-reference/revisions/0400dd83950b/schema)
