Skip to Main Content
Riverty Docs
  • Get Started
  • Login
riverty logo Docs

Payment Received Webhook

Riverty will inform you about the payment status of the invoice via the InvoiceStatus_PaymentReceived webhook which is triggered when a full or partial payment has been received for the invoice.

Example messages:

{
    "Header": {
        "TransmittedTimeStamp": "2024-06-28T11:37:04.8571465Z",
        "ClientId": 12523,
        "MessageName": "InvoiceStatus_PaymentReceived",
        "Version": "1.0",
        "MessageId": "2c234885-4510-445e-8bb0-885e9c608d62",
        "ShopId": "RTY000002240",
        "CountryCode": "DE"
    },
    "Body": {
		"InvoiceNumber":"12345",
        "CustomerNumber":"120",
         "InvoiceOriginalAmount": 100.00,
         "PaidAmount": 100.00,
          "Currency": "EUR"
        
    }
}

Do you find this page helpful?