Skip to main content

Documentation

Deposit Confirmation Webhook

The DepositConfirmation webhook notifies the merchant that a deposit was made into a user account.

Note

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

  • DepositConfirmation Webhook

  • {
            "type": "DepositConfirmation",
            "phone_number": "+12125559876",
            "amount": 10.00,
            "currency": "USD",
            "email": "brucew@rapyd.net"
    }