Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.debitdirect.io/llms.txt

Use this file to discover all available pages before exploring further.

Events

Event TypeDescription
rejectedPayment is rejected.
rejectPayment is rejected.
cancelledPayment is cancelled. This occurs if payment attempt timed out.
settledPayment is settled. This event occurs for both payment and refunds.

Sample

{
    "objectType" : "payment"
    , "eventType" : "settled"
    , "timeStamp" : "2022-03-03T03:02:00.0Z"
    , "data" : "..."
}