Skip to main content

Documentation

Payment Completed Webhook

The PaymentCompleted webhook is sent when the customer completes a payment at a Rapyd point-of-sale location.

Note

The endpoint for webhooks is unique for each merchant. To set up a webhook endpoint for the POS API, contact Rapyd Client Support.

  • PaymentCompleted Webhook

  • {
      "type": "PaymentCompleted",
      "id": "",
      "phone_number": "+442071838752",
      "amount": 50,
      "currency": "GBP",
      "pos_id": "36aecb46-e076-11e6-a158-0a8688a18afb",
      "timestamp": 0
    }