/org/stripecallback
DeprecatedGET
/org/stripecallbackLast modified: 2 months ago
DEPRECATED - please use /billing/checkoutcallback
Update Anomify API with the result of the Stripe transaction.
Request
Query Params
stripe_session_id
string
required
A session id created by Stripe. Example: [long string].
stripe_result
string
required
A Stripe result code which will be included in the Stripe callback URL as 'stripe_result'. Example: [long string].
Request samples
Responses
An example Response(200)
An example Response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"status": {
...
},
"data": {
"message": "ok"
}
}
Last modified: 2 months ago