Skip to main content
POST
/
api
/
v1
/
payments
/
flutterwave
/
recipients
cURL
curl -sS -X POST "$FLUIDE_BASE_URL/api/v1/payments/flutterwave/recipients" \
  -H "Authorization: Bearer $FLUIDE_ACCESS_TOKEN" \
  -H "X-Fluide-Api-Key: $FLUIDE_API_KEY" \
  -H "X-Fluide-Client-Id: fluide-developer" \
  -H "Content-Type: application/json" \
  -d '{}'
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Authorizations

Authorization
string
header
required

Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.

X-Fluide-Api-Key
string
header
default:fl_dev_your_key
required

Developer API key (fl_dev_...). Required on every API call with a machine access token.

X-Fluide-Client-Id
string
header
default:fluide-developer
required

First-party client audience. Must match the fluide_client_id claim on the JWT. Use fluide-developer for Connect.

Body

application/json
type
enum<string>
required

The type of transfer recipient (e.g., bank_egp, mobile_money_ghs, etc.)

Available options:
bank_egp,
bank_etb,
bank_eur,
bank_gbp,
bank_ghs,
bank_kes,
bank_mwk,
bank_ngn,
bank_usd,
bank_rwf,
bank_sll,
bank_ugx,
bank_xaf,
bank_xof,
bank_zar,
mobile_money_egp,
mobile_money_etb,
mobile_money_ghs,
mobile_money_kes,
mobile_money_rwf,
mobile_money_tzs,
mobile_money_ugx,
mobile_money_xaf,
mobile_money_xof,
mobile_money_zmw
name
object
required
  1. NAME every bank and momo
phone
object
required
  1. PHONE every bank
address
object
required
  1. ADDRESS every bank
email
string<email>
required

email address

bank
object
required

The bank details for the recipient.

mobile_money
object
required

The mobile money details for the recipient.

national_identification
object
required
  1. NATIONAL ID bank_egp

Response

Create a transfer recipient (Bank details) — created

success
boolean
required

Whether the request succeeded

Example:

true

message
string
required

Human-readable outcome message (localized when i18n is configured)

Example:

"Operation completed successfully"

data
object

Endpoint-specific payload