cURL
curl --request POST \ --url https://api-v2.ziina.com/api/webhook \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "url": "<string>", "secret": "<string>" }'
{ "success": true, "error": "<string>" }
payment_intent.status.updated
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object
Was this page helpful?