---
title: "Create a transfer recipient"
method: POST
path: "/transfers/recipients"
tags: ["Transfer Recipients"]
---

# Create a transfer recipient

`POST /transfers/recipients`

Create a transfer recipient

## Headers

- `X-Trace-Id` string
- `X-Idempotency-Key` string

## Request body

- union
  - BankNgnRecipientIn
    - `name` Name — The Customer's full name.
      - `first` string — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string — The Customer's last name.
    - `type` string
    - `bank` object, required
      - `account_number` string, required — recipient account number
      - `code` string, required — recipient bank code
    - `destination_currency` string
  - BankEgpRecipientIn
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `national_identification` object, required — Recipient government identification
      - `type` 'PASSPORT' | 'DRIVERS_LICENSE' | 'NATIONAL_ID', required
      - `identifier` string, required
      - `expiration_date` string
    - `phone` object, required — The customer's mobile number.
      - `country_code` string, required — The dialling country code e.g. 234 for NG.
      - `number` string, required — Unformatted 7-10-digit phone number without the country code.
    - `address` object, required — Customer address information.
      - `city` string, required — The name of the city.
      - `country` string, required — ISO2 country code
      - `line1` string, required — The first line of the Customer's address.
      - `line2` string — The second line of the Customer's address.
      - `postal_code` string, required
      - `state` string, required — The state or region.
    - `bank` object, required
      - `account_number` string, required — recipient account number
      - `code` string, required — recipient bank code
    - `destination_currency` string
    - `type` string
  - BankEtbRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `bank` object, required
      - `account_number` string, required — recipient account number
      - `code` string, required — recipient bank code
    - `destination_currency` string
  - BankEurRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `phone` object, required — The customer's mobile number.
      - `country_code` string, required — The dialling country code e.g. 234 for NG.
      - `number` string, required — Unformatted 7-10-digit phone number without the country code.
    - `email` string, required — The Customer's email address.
    - `address` object, required — Customer address information.
      - `city` string, required — The name of the city.
      - `country` string, required — ISO2 country code
      - `line1` string, required — The first line of the Customer's address.
      - `line2` string — The second line of the Customer's address.
      - `postal_code` string, required
      - `state` string, required — The state or region.
    - `bank` object, required
      - `account_number` string, required — recipient account number
      - `name` string, required — recipient bank name
      - `swift_code` string, required — recipient bank swift code
    - `destination_currency` string
  - BankGbpRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `phone` object, required — The customer's mobile number.
      - `country_code` string, required — The dialling country code e.g. 234 for NG.
      - `number` string, required — Unformatted 7-10-digit phone number without the country code.
    - `email` string, required — The Customer's email address.
    - `address` object, required — Customer address information.
      - `city` string, required — The name of the city.
      - `country` string, required — ISO2 country code
      - `line1` string, required — The first line of the Customer's address.
      - `line2` string — The second line of the Customer's address.
      - `postal_code` string, required
      - `state` string, required — The state or region.
    - `bank` object, required
      - `account_number` string, required — recipient account number
      - `account_type` 'individual' | 'corporate', required — recipient account type
      - `name` string, required — recipient bank name
      - `sort_code` string, required — recipient bank sort code
    - `destination_currency` string
  - BankGhsRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `bank` object, required
      - `account_number` string, required — recipient account number
      - `code` string, required — recipient bank code
      - `branch` string, required — recipient bank branch
    - `destination_currency` string
  - BankMwkRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `bank` object, required
      - `account_number` string, required — recipient account number
      - `code` string, required — recipient bank code
      - `branch` string — recipient bank branch
    - `destination_currency` string
  - BankUsdRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `phone` object, required — The customer's mobile number.
      - `country_code` string, required — The dialling country code e.g. 234 for NG.
      - `number` string, required — Unformatted 7-10-digit phone number without the country code.
    - `email` string, required — The Customer's email address.
    - `address` object, required — Customer address information.
      - `city` string, required — The name of the city.
      - `country` string, required — ISO2 country code
      - `line1` string, required — The first line of the Customer's address.
      - `line2` string — The second line of the Customer's address.
      - `postal_code` string, required
      - `state` string, required — The state or region.
    - `bank` object, required
      - `account_number` string, required — recipient account number
      - `code` string, required — recipient bank code
      - `account_type` 'checking' | 'savings', required — recipient account type
      - `routing_number` string, required — recipient bank routing number
      - `swift_code` string, required — recipient bank swift code
    - `destination_currency` string
  - BankZarRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `phone` object, required — The customer's mobile number.
      - `country_code` string, required — The dialling country code e.g. 234 for NG.
      - `number` string, required — Unformatted 7-10-digit phone number without the country code.
    - `email` string, required — The Customer's email address.
    - `address` object, required — Customer address information.
      - `city` string, required — The name of the city.
      - `country` string, required — ISO2 country code
      - `line1` string, required — The first line of the Customer's address.
      - `line2` string — The second line of the Customer's address.
      - `postal_code` string, required
      - `state` string, required — The state or region.
    - `bank` object, required
      - `account_number` string, required — recipient account number
      - `code` string, required — recipient bank code
    - `destination_currency` string
  - BankKesRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `bank` object, required
      - `account_number` string, required — recipient account number
      - `code` string, required — recipient bank code
    - `destination_currency` string
  - BankRwfRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `bank` object, required
      - `account_number` string, required — recipient account number
      - `code` string, required — recipient bank code
      - `branch` string, required — recipient bank branch
    - `destination_currency` string
  - BankSllRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `bank` object, required
      - `account_number` string, required — recipient account number
      - `code` string, required — recipient bank code
      - `branch` string, required — recipient bank branch
    - `destination_currency` string
  - BankUgxRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `bank` object, required
      - `account_number` string, required — recipient account number
      - `code` string, required — recipient bank code
      - `branch` string, required — recipient bank branch
    - `destination_currency` string
  - BankXafRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `bank` object, required
      - `account_number` string, required — recipient account number
      - `code` string, required — recipient bank code
      - `branch` string, required — recipient bank branch
    - `destination_currency` string
  - BankXofRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `bank` object, required
      - `account_number` string, required — recipient account number
      - `code` string, required — recipient bank code
      - `branch` string, required — recipient bank branch
    - `destination_currency` string
  - MobileMoneyEtbRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `mobile_money` object, required
      - `network` string, required — recipient network
      - `msisdn` string, required — recipient phone number
    - `destination_currency` string
  - MobileMoneyGhsRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `mobile_money` object, required
      - `network` string, required — recipient network
      - `msisdn` string, required — recipient phone number
    - `destination_currency` string
  - MobileMoneyKesRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `mobile_money` object, required
      - `network` string, required — recipient network
      - `msisdn` string, required — recipient phone number
    - `destination_currency` string
  - MobileMoneyRwfRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `mobile_money` object, required
      - `network` string, required — recipient network
      - `msisdn` string, required — recipient phone number
    - `destination_currency` string
  - MobileMoneyTzsRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `mobile_money` object, required
      - `network` string, required — recipient network
      - `msisdn` string, required — recipient phone number
    - `destination_currency` string
  - MobileMoneyUgxRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `mobile_money` object, required
      - `network` string, required — recipient network
      - `msisdn` string, required — recipient phone number
    - `destination_currency` string
  - MobileMoneyZmwRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `mobile_money` object, required
      - `network` string, required — recipient network
      - `msisdn` string, required — recipient phone number
    - `destination_currency` string
  - MobileMoneyEgpRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `national_identification` object, required — Recipient government identification
      - `type` 'PASSPORT' | 'DRIVERS_LICENSE' | 'NATIONAL_ID', required
      - `identifier` string, required
      - `expiration_date` string
    - `address` object, required — Customer address information.
      - `city` string, required — The name of the city.
      - `country` string, required — ISO2 country code
      - `line1` string, required — The first line of the Customer's address.
      - `line2` string — The second line of the Customer's address.
      - `postal_code` string, required
      - `state` string, required — The state or region.
    - `mobile_money` object, required
      - `network` string, required — recipient network
      - `msisdn` string, required — recipient phone number
    - `destination_currency` string
  - MobileMoneyXafRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `mobile_money` object, required
      - `network` string, required — recipient network
      - `country` string, required — recipient country
      - `msisdn` string, required — recipient phone number
    - `destination_currency` string
  - MobileMoneyXofRecipientIn
    - `type` string
    - `name` object, required — The Customer's full name.
      - `first` string, required — The Customer's first name.
      - `middle` string — The Customer's middle name.
      - `last` string, required — The Customer's last name.
    - `mobile_money` object, required
      - `network` string, required — recipient network
      - `country` string, required — recipient country
      - `msisdn` string, required — recipient phone number
    - `destination_currency` string

## Response `201`

OK

- CreatedTransferRecipientResponse
  - `status` 'success' | 'failed'
  - `message` string
  - `data` union
    - BankRecipient
      - `id` string — ID of the transfer recipient
      - `type` string
      - `name` Name — The Customer's full name.
        - `first` string — The Customer's first name.
        - `middle` string — The Customer's middle name.
        - `last` string — The Customer's last name.
      - `currency` 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'AQD' | 'ARS' | 'AUD' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BWP' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUP' | 'CVE' | 'CYP' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'ECS' | 'EEK' | 'EGP' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GGP' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LTL' | 'LVL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MTL' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SKK' | 'SLL' | 'SOS' | 'SRD' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'XAF' | 'XCD' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMK' | 'ZWD' | 'ZMW' | 'USDC' | 'USDT' | 'RLUSD' — ISO 4217 currency code.
      - `national_identification` NationalIdentification
        - `type` 'PASSPORT' | 'DRIVERS_LICENSE' | 'NATIONAL_ID'
        - `identifier` string
        - `expiration_date` string
      - `phone` Phone — The customer's mobile number.
        - `country_code` string, required — The dialling country code e.g. 234 for NG.
        - `number` string, required — Unformatted 7-10-digit phone number without the country code.
      - `date_of_birth` string — The customer's birthdate in ISO 8601 (YYYY-MM-DD) format.
      - `email` string — The Customer's email address.
      - `address` Address — Customer address information.
        - `city` string, required — The name of the city.
        - `country` string, required — ISO2 country code
        - `line1` string, required — The first line of the Customer's address.
        - `line2` string — The second line of the Customer's address.
        - `postal_code` string, required
        - `state` string, required — The state or region.
      - `bank` Bank, required
        - `account_number` string, required — The Recipient's account number.
        - `account_type` 'checking' | 'savings' | 'individual' | 'corporate' — The Recipient's account type.
        - `code` string, required — The Recipient's bank code.
        - `branch` string — The Recipient's bank branch.
        - `name` string — The Recipient's bank name.
        - `routing_number` string — The Recipient bank routing number.
        - `swift_code` string — The Recipient bank swift code.
        - `sort_code` string — The Recipient bank sort code.
    - MobileMoneyRecipient
      - `id` string — ID of the transfer recipient
      - `type` string
      - `name` Name, required — The Customer's full name.
        - `first` string — The Customer's first name.
        - `middle` string — The Customer's middle name.
        - `last` string — The Customer's last name.
      - `currency` 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'AQD' | 'ARS' | 'AUD' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BWP' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUP' | 'CVE' | 'CYP' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'ECS' | 'EEK' | 'EGP' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GGP' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LTL' | 'LVL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MTL' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SKK' | 'SLL' | 'SOS' | 'SRD' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'XAF' | 'XCD' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMK' | 'ZWD' | 'ZMW' | 'USDC' | 'USDT' | 'RLUSD' — ISO 4217 currency code.
      - `national_identification` NationalIdentification
        - `type` 'PASSPORT' | 'DRIVERS_LICENSE' | 'NATIONAL_ID'
        - `identifier` string
        - `expiration_date` string
      - `phone` Phone — The customer's mobile number.
        - `country_code` string, required — The dialling country code e.g. 234 for NG.
        - `number` string, required — Unformatted 7-10-digit phone number without the country code.
      - `date_of_birth` string — The customer's birthdate in ISO 8601 (YYYY-MM-DD) format.
      - `email` string — The Customer's email address.
      - `address` Address — Customer address information.
        - `city` string, required — The name of the city.
        - `country` string, required — ISO2 country code
        - `line1` string, required — The first line of the Customer's address.
        - `line2` string — The second line of the Customer's address.
        - `postal_code` string, required
        - `state` string, required — The state or region.
      - `mobile_money` object
        - `network` string, required — recipient network
        - `country` string, required — recipient country
        - `msisdn` string, required — recipient phone number
    - WalletRecipient
      - `id` string — ID of the transfer recipient
      - `type` string
      - `name` Name — The Customer's full name.
        - `first` string — The Customer's first name.
        - `middle` string — The Customer's middle name.
        - `last` string — The Customer's last name.
      - `currency` 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'AQD' | 'ARS' | 'AUD' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BWP' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUP' | 'CVE' | 'CYP' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'ECS' | 'EEK' | 'EGP' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GGP' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LTL' | 'LVL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MTL' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SKK' | 'SLL' | 'SOS' | 'SRD' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'XAF' | 'XCD' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMK' | 'ZWD' | 'ZMW' | 'USDC' | 'USDT' | 'RLUSD' — ISO 4217 currency code.
      - `wallet` Wallet
        - `provider` 'flutterwave', required — Specifies the payment or service provider. Currently, only "flutterwave" is supported
        - `identifier` string, required — A unique identifier assigned to the merchant by the payment or service provider.
    - CashpickupRecipient
      - `id` string — ID of the transfer recipient
      - `type` string
      - `name` Name — The Customer's full name.
        - `first` string — The Customer's first name.
        - `middle` string — The Customer's middle name.
        - `last` string — The Customer's last name.
      - `currency` 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'AQD' | 'ARS' | 'AUD' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BWP' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUP' | 'CVE' | 'CYP' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'ECS' | 'EEK' | 'EGP' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GGP' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LTL' | 'LVL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MTL' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SKK' | 'SLL' | 'SOS' | 'SRD' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'XAF' | 'XCD' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMK' | 'ZWD' | 'ZMW' | 'USDC' | 'USDT' | 'RLUSD' — ISO 4217 currency code.
      - `national_identification` NationalIdentification
        - `type` 'PASSPORT' | 'DRIVERS_LICENSE' | 'NATIONAL_ID'
        - `identifier` string
        - `expiration_date` string
      - `phone` Phone — The customer's mobile number.
        - `country_code` string, required — The dialling country code e.g. 234 for NG.
        - `number` string, required — Unformatted 7-10-digit phone number without the country code.
      - `date_of_birth` string — The customer's birthdate in ISO 8601 (YYYY-MM-DD) format.
      - `email` string — The Customer's email address.
      - `address` Address — Customer address information.
        - `city` string, required — The name of the city.
        - `country` string, required — ISO2 country code
        - `line1` string, required — The first line of the Customer's address.
        - `line2` string — The second line of the Customer's address.
        - `postal_code` string, required
        - `state` string, required — The state or region.
      - `cash_pickup` object
        - `provider` string, required — cashpickup provider
    - CryptoRecipient
      - `id` string — ID of the transfer recipient
      - `type` string
      - `name` Name — The Customer's full name.
        - `first` string — The Customer's first name.
        - `middle` string — The Customer's middle name.
        - `last` string — The Customer's last name.
      - `currency` 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'AQD' | 'ARS' | 'AUD' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BWP' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUP' | 'CVE' | 'CYP' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'ECS' | 'EEK' | 'EGP' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GGP' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LTL' | 'LVL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MTL' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SKK' | 'SLL' | 'SOS' | 'SRD' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'XAF' | 'XCD' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMK' | 'ZWD' | 'ZMW' | 'USDC' | 'USDT' | 'RLUSD' — ISO 4217 currency code.
      - `crypto` Crypto
        - `network` string, required — recipient crypto network
        - `address` string, required — recipient crypto address

## Other responses

- `400` — Bad request
- `401` — Unauthorised request
- `403` — Forbidden
- `409` — Conflict

---

[API](https://skmtc.net/flutterwave/apis/flutterwave-apis.md) · [All operations](https://skmtc.net/flutterwave/apis/flutterwave-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flutterwave/flutterwave-apis/versions/6014190df2e9/schema)
