Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Send a POST request to an external URL.



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"
}

  • No labels