Skip to main content

Overview

This guide demonstrates how an exporter in Nigeria can receive payments in Nigerian Naira (NGN), automatically convert them to USD to hedge against devaluation, and subsequently pay suppliers using a supported payout currency.

Mental Model

When using the Bullring API for this flow, think of it as a three-step pipeline:
  1. Inflow (On-Ramp): You request a deposit instruction. The customer pays NGN to a local bank account. Bullring detects this and credits the subaccount in USD.
  2. Storage: Funds are held in the subaccount in USD.
  3. Outflow (Off-Ramp): You define a recipient and initiate a withdrawal to them in their local currency.

1. Receive Funds (NGN)

First, generate a virtual account or payment instruction for your customer to send NGN. Use the Create Deposit endpoint.

Expected Response

Once the customer transfers the funds, the subaccount balance is credited in USD.

2. Create Recipient (GHS)

Before paying your supplier, save their payout details as a recipient. Use the Create Recipient endpoint.

Expected Response

3. Pay Supplier (GHS)

Finally, initiate the transfer to the recipient you just created. Use the Create Withdrawal endpoint.

Expected Response