๐Ÿ› ๏ธ Setup webhook

To enable Webhooks, please follow the steps below:

Step 1

Log in to your Fincra dashboard. https://app.fincra.com

Step 2

Once logged in, navigate to your account section in the navigation bar.

Step 3

  1. Navigate to the API keys and Webhook Configuration tab on the Account Settings page.
  2. Paste the URL of your server endpoint in the designated webhook URL field.
  3. You can choose to generate a new webhook encryption key.
  4. Click on save changes. Once done, you are all set to proceed.

๐Ÿšง

Note:

You would also have to repeat this process on the live environment if previously done on sandbox, as the credentials are independent across environments.

Webhook Events ๐Ÿช.

Explore further information about our webhooks and the different types of events we support:

Payouts events
Collection events
Conversion events
Virtual account events

Webhook Validation

For webhook validation, you have two options depending on the type of transaction:

  • Query Transaction: Validate a webhook by querying the transaction using its reference to confirm its existence.
  • Webhook Signature Verification: Verify our Webhook signature to ensure its authenticity and integrity.