Français
cURL
curl --request POST \ --url https://pay.sandbox.yabetoopay.com/v1/account/{accountId}/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "http://localhost:3381/test", "events": [ "disbursement.completed", "intent.complete" ], "description": "" } '
{}
Créez un nouvel endpoint webhook pour recevoir des notifications.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
disbursement.completed
intent.complete
The response is of type object.
object
Cette page vous a-t-elle été utile ?