Depending on the integration, you will need to look at the relevant section below:

-Hosted Payment Pages & API Invoice (these two types of integrations will have the same webhook notifications)
-API Rapid Deposit
-Pay outs

Webhook are usually really quick and they are sent as soon as the payment is initiated on the public blockchain.
In this section you'll find all payment notifications with examples.


Public Key
For enhanced security, Orbital uses a public key for encryption purposes. Use this key in your integration which is public and share among all our merchants:

-----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3sQxyMwmDXQm3mumy345 E4NZID1guNsOYSMC7WDRbwpbCSnLDSXRZTiImdONjOTeH7UZtfF1G7YY78LrxYUS x0dnqpAMfCgfJwt/JPMIJcfg5be2WaKMjC5uXK9Shlp9JUSFfV93YChcTkOTyv2j CmQ+KU1P3UafpmKjCc5BwR9AIut6AGc6xtIfqb9VRa1hWGTS6XLuZQlH2Q0qYYnY 9zJVFPuBucV5t3w6brV8klpYs4OhRRKBn+2FI8bSltoreoTOdKpN5ot7mKK8uzaO vjrHPUJbkwc0r6KUKTVqyBYz5GUAzt2ld6HYUP1g9zD6MGNOM/jEShThmDKSVm8G DQIDAQAB -----END PUBLIC KEY-----

This public key is used to encrypt sensitive data before transmission. Make sure you implement this and all the proper key management practices in your integration.