Create a subscription charged callback

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.

SecurityCookieBlaizeSession or JwtQuery or JwtHeaderXBlaizeJwt or JwtHeaderXZephrJwt or JwtBearer or JwtCookie
Request
Request Body schema: application/json
string
Responses
200

OK. A product purchase is created successfully.

400

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

post/blaize/payment/braintree/subscriptionChargedCallback
Request samples
application/json
"bt_signature=<signature>&bt_payload=<payload>"