POST payments Webhook
POST
/payments/webhookAuthorizationBearer <token>
Paste your JWT token here
In: header
id?string
Response Body
curl -X POST "https://loading/payments/webhook" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d ''Empty
{
"message": "string"
}