v1
latestOpenAPI 3.0.02026-08-0610682246.0 KBBraintree Payments
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.
post/blaize/payment/braintree/subscriptionChargedCallback
Request body
string required
Example request
"bt_signature=<signature>&bt_payload=<payload>"
Response
OK. A product purchase is created successfully.