v1

latestOpenAPI 3.1.02026-07-24620123.6 KB

Create an External Account

External accounts, also known as beneficiaries, are records of accounts where funds can be sent (payouts) or from which funds can be initiated (deposits). This can represent an individual's bank account, a business account, or a mobile money account, depending on the type.

post/api/b2b/external-accounts

Request body

countrystring required
currencystring required
typestring required

deposit or payout

Response

200

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Successfully saved account.",
  "data": {
    "id": "8VzVZP82mQjA8AOynzal"
  }
}