Send Notification
POST https://<your_domain>/notification
Attributes
transaction_id string
Transaction ID.
status string
Status.
note string
Note.
Request
POST https://<your_domain>/notification Content-Type: application/json Authentication: Bearer eyJ0eXAiOiJKV1QiLCJhbG... { "transaction_id": 210542***, "status": "Captured", "note": "Status changed to Captured." }
Response
{ "message": "Success" }