Rwanda

Learn everything you need to know to make payouts in Rwanda with dLocal.

Market specifications

Take a look of all the information you need to make a payout.

Country reference Mandatory paramenters

Payment methods

Find all the information about payment methods capabilities.

Bank transfers Wallet transfers

Market specifications

Do you want to know more information about Rwanda's market? Go to the Expand Your Reach in Africa’s eCommerce Market article.

Country reference

country codecurrency codeamount decimalsbeneficiary.document.type namebeneficiary.document.id format
RWRWF0National Identity Card16 digits

Mandatory parameters

Bank transfer


Bank transfer parametersB2CB2BP2P
external_idYesYesYes
payment_method_idYesYesYes
flow_typeYesYesYes
purposeYesYesYes
countryYesYesYes
amountYesYesYes
currencyYesYesYes
beneficiary.first_nameYesYesYes
beneficiary.last_nameYesYesYes
beneficiary.business_name-Yes-
beneficiary.bank_account.codeYesYesYes
beneficiary.bank_account.accountYesYesYes
remitter.first_name--Yes
remitter.last_name--Yes
remitter.document.type--Yes
remitter.document.id--Yes
remitter.birth_info.date--Yes
remitter.address.street--Yes
remitter.address.city--Yes
remitter.address.country--Yes
remitter.nationality--Yes

Wallet transfers


Wallet transfer parametersB2CB2BP2P
external_idYesYesYes
payment_method_idYesYesYes
flow_typeYesYesYes
purposeYesYesYes
countryYesYesYes
amountYesYesYes
currencyYesYesYes
beneficiary.first_nameYesYesYes
beneficiary.last_nameYesYesYes
beneficiary.business_name-Yes-
beneficiary.instant_payment.typeYesYesYes
beneficiary.instant_payment.idYesYesYes
remitter.first_name--Yes
remitter.last_name--Yes
remitter.document.type--Yes
remitter.document.id--Yes
remitter.birth_info.date--Yes
remitter.address.street--Yes
remitter.address.city--Yes
remitter.address.country--Yes
remitter.nationality--Yes

Payment methods

Rwanda supports payouts via Bank transfers and Wallet transfers. Each method requires specific parameters and follows validation rules aligned with local compliance and banking standards.

Use Wallet transfers for instant payments to mobile wallets. Use Bank transfers when sending funds directly to a bank account.

Bank transfers

Rwanda bank transfers require detailed account information, including SWIFT code and account number. The format of these fields depends on the receiving bank, and strict validation rules apply.

Mandatory parameters

All fields listed below are required for bank transfer payouts. For successful processing, ensure correct formatting and value types.

Mandatory parameterDescription
external_idPayout identification at the merchant's end. Maximum 100 characters.
payment_method_idPayment method identifier. For bank transfers, use BANK_TRANSFER.
flow_typePayout flow type. Valid values: B2C (Business to Consumer), B2B (Business to Business), or P2P (Person to Person).
purposePayout purpose code. See purpose codes reference.
countryCountry code. For Rwanda, use RW.
currencySource currency of the FX operation. For Rwanda, use RWF or USD. Payouts are always paid in local currency to the beneficiary.
amountPayout amount in RWF. No decimals for RWF currency.
beneficiary.first_nameBeneficiary's first name. Maximum 50 characters.
beneficiary.last_nameBeneficiary's last name. Maximum 50 characters.
beneficiary.business_nameBeneficiary's business name. Mandatory only for B2B.
beneficiary.bank_account.codeBeneficiary's bank SWIFT code (8 or 11 alphanumeric characters in upper case).
beneficiary.bank_account.accountBeneficiary's bank account number. Minimum length 8 and Maximum length 20.
remitter.first_nameRemitter's first name. Maximum 50 characters. Mandatory only for remittance (P2P).
remitter.last_nameRemitter's last name. Maximum 50 characters. Mandatory only for remittance (P2P).
remitter.document.typeRemitter's document type. Type of identification document: ID for national ID, PASS for passport. Mandatory only for remittance (P2P).
remitter.document.idRemitter's identification number. Maximum 45 characters. Mandatory only for remittance (P2P).
remitter.birth_info.dateRemitter's date of birth in ISO 8601 format (YYYY-MM-DD). Mandatory only for remittance (P2P).
remitter.address.streetRemitter's street address. Maximum 200 characters. Mandatory only for remittance (P2P).
remitter.address.cityRemitter's city. Maximum 40 characters. Mandatory only for remittance (P2P).
remitter.address.countryRemitter's country code in ISO 3166-1 alpha-2 format. Mandatory only for remittance (P2P).
remitter.nationalityRemitter's nationality. ISO 3166-1 alpha-2 code. Mandatory only for remittance (P2P).

Example request

{
  "external_id": "68907654222332-223",
  "payment_method_id": "BANK_TRANSFER",
  "flow_type": "B2C",
  "purpose": "OTHER_SERVICES",
  "country": "RW",
  "amount": 100,
  "currency": "RWF",
  "beneficiary": {
    "first_name": "Jhon",
    "last_name": "Miles",
    "bank_account": {
      "branch": "BKIGRWRW",
      "account": "000420657163230"
    }
  }
}
{
  "external_id": "RW_P2P_002",
  "payment_method_id": "BANK_TRANSFER",
  "flow_type": "P2P",
  "purpose": "REMITTANCES",
  "country": "RW",
  "amount": 200,
  "currency": "RWF",
  "beneficiary": {
    "first_name": "John",
    "last_name": "Miles",
    "bank_account": {
      "branch": "BKIGRWRW",
      "account": "000420657163230"
    }
  },
  "remitter": {
    "first_name": "Aline",
    "last_name": "Mukamana",
    "document": {
      "type": "ID",
      "id": "987654321"
    },
    "birth_info": {
      "date": "1993-06-12"
    },
    "address": {
      "street": "123 Rue de Bruxelles",
      "city": "Brussels",
      "country": "BE"
    },
    "nationality": "RW"
  }
}

Wallet transfers

Wallet transfers enable real-time transfers using a mobile phone number linked to a wallet.

The beneficiary.instant_payment.type field must indicate the type of wallet being used (e.g., AIRTEL, MTN). The beneficiary.instant_payment.id field must be present with the phone number correctly formatted.

Mandatory parameters

The table below outlines the required parameters for Wallet transfers.

Mandatory parameterDescription
external_idPayout identification at the merchant's end. Maximum 100 characters.
payment_method_idPayment method. For wallet transfers, use INSTANT_PAYMENT.
flow_typePayout flow type. Valid values: B2C (Business to Consumer), B2B (Business to Business), or P2P (Person to Person).
purposePayout purpose code. See purpose codes reference.
countryCountry code. For Rwanda, use RW.
currencySource currency of the FX operation. For Rwanda, use RWF or USD. Payouts are always paid in local currency to the beneficiary.
amountPayout amount in RWF. Use up to 2 decimal places.
beneficiary.first_nameBeneficiary's first name. Maximum 50 characters.
beneficiary.last_nameBeneficiary's last name. Maximum 50 characters.
beneficiary.instant_payment.typeType of wallet being used: AIRTEL or MTN.
beneficiary.instant_payment.idPhone number in E.164 format +250 + mobile phone number (9 digits).
remitter.first_nameRemitter's first name. Maximum 50 characters. Mandatory only for remittance (P2P).
remitter.last_nameRemitter's last name. Maximum 50 characters. Mandatory only for remittance (P2P).
remitter.document.typeRemitter's document type. Type of identification document: ID for national ID, PASS for passport. Mandatory only for remittance (P2P).
remitter.document.idRemitter's identification number. Maximum 45 characters. Mandatory only for remittance (P2P).
remitter.birth_info.dateRemitter's date of birth in ISO 8601 format (YYYY-MM-DD). Mandatory only for remittance (P2P).
remitter.address.streetRemitter's street address. Maximum 200 characters. Mandatory only for remittance (P2P).
remitter.address.cityRemitter's city. Maximum 40 characters. Mandatory only for remittance (P2P).
remitter.address.countryRemitter's country code in ISO 3166-1 alpha-2 format. Mandatory only for remittance (P2P).
remitter.nationalityRemitter's nationality. ISO 3166-1 alpha-2 code. Mandatory only for remittance (P2P).

Example request

{
  "external_id": "RWX7Y2P4Q",
  "payment_method_id": "INSTANT_PAYMENT",
  "flow_type": "B2C",
  "purpose": "OTHER_SERVICES",
  "country": "RW",
  "amount": 1250.50,
  "currency": "RWF",
  "beneficiary": {
    "first_name": "Kamanzi",
    "last_name": "Uwase",
    "instant_payment": {
      "type": "MTN",
      "id": "+250783456789"
    }
  }
}
{
  "external_id": "RW_P2P_003",
  "payment_method_id": "INSTANT_PAYMENT",
  "flow_type": "P2P",
  "purpose": "REMITTANCES",
  "country": "RW",
  "amount": 1250.50,
  "currency": "RWF",
  "beneficiary": {
    "first_name": "Kamanzi",
    "last_name": "Uwase",
    "instant_payment": {
      "type": "MTN",
      "id": "+250783456789"
    }
  },
  "remitter": {
    "first_name": "Mukamana",
    "last_name": "Aline",
    "document": {
      "type": "ID",
      "id": "987654321"
    },
    "birth_info": {
      "date": "1993-06-12"
    },
    "address": {
      "street": "123 Rue de Bruxelles",
      "city": "Brussels",
      "country": "BE"
    },
    "nationality": "RW"
  }
}