Payment Completed
Id: paymentCompleted
Event that notifies when a payment has been completed
Name | Type | Description |
---|---|---|
paymentID | string | Our id for the payment |
paymentSubmissionId | string | The id of the payment submission |
submittedAt | string | The time the payment was submitted to the bank |
status | string | Always 'completed' for this message type |
Example payload
{
"paymentId": "68ef34e0-b8a7-4aa2-ad0a-b3cef33f8e36",
"paymentSubmissionId": "pv3-966167ee-a63e-464b-90ed-d779fa90c246",
"submittedAt": "2020-09-21T15:41:20.500Z",
"status": "completed"
}
Updated about 2 years ago