Inter Bank Transfer
Payout
Inter Bank Transfer
This endpoint initiates a bank funds transfer from an Embedly wallet account within your organization, to an external bank account. (GTBank, OPAY, UBA, etc).
POST
Inter Bank Transfer
Transaction Reference (transactionRef)
When a payout transaction is successfully submitted, atransactionRef is included in the response payload under the data object.Key Considerations:
- Store the
transactionRefsecurely on your end. It acts as the unique identifier for that specific transaction. - The
transactionRefcan be used to confirm the status of the transaction at a later time. - It is also essential for mapping webhook notifications to the correct payout transaction—especially for tracking successful debits.
Note:
On Staging environment, you must include the stagingStatus field in the request body. This allows you to simulate either a successful or failed payout. In both cases, a webhook notification will be sent indicating the outcome of the payout. On Production, you must skip this field entirely. Please ensure that you have configured your webhook URL on your staging dashboard in order to receive webhook notifications.Example:
000010Example:
1111111111Example:
Bruce BannerExample:
9666055662Example:
Tony StarkExample:
Hello WorldExample:
100000Example:
3fa85f64-5717-4562-b3fc-2c963f66afa6Example:
3fa85f64-5717-4562-b3fc-2c963f66afa6The status of the staging process. Possible values are
success or failed.Note: This field doesn’t apply on production and
should be removed entirely.Example: success