Sign In
International Address Formats

๐Ÿ‡ฟ๐Ÿ‡ฆSouth Africa Address Format

South African addresses use a four-digit postcode after the suburb and city, and the suburb matters because street names repeat across a metro. Dropping the suburb or postcode is the usual cause of misrouting. Here is the format, a real example, and the errors to catch.

Correctly formatted
8001
Thabo Nkosi
12 Long Street
Gardens
Cape Town 8001
SOUTH AFRICA
โœ“ Carrier-validated ยท deliverable

The South Africa address format, field by field

A South African label is recipient, the street address, the suburb, then the city with the postcode, then the country.

1Recipient nameThabo Nkosi personal or business recipient
2Street address12 Long Street street or unit number, then street name
3SuburbGardens the suburb, on its own line
4City + postcodeCape Town 8001 the city, then the 4-digit postcode
5CountrySOUTH AFRICA required for inbound international shipments

Postal code rules

The South African Post Office routes on the four-digit postcode, and the suburb narrows the location within a metro where street names repeat.

8001

Format: Four digits (8001), written on the last line after the city.

Validation regex: ^\d{4}$

Watch for: a dropped leading zero, and a missing suburb in large cities.

What makes South Africa different

The country-specific rules that generic autocomplete and single-line address fields tend to get wrong.

Suburb matters

The suburb narrows the metro

South African cities are large, and street names repeat across suburbs. The suburb (Gardens, Sandton) is needed to route within a metro and should not be dropped.

Leading zeros

The postcode is always four digits

Some codes begin with a zero (0181 for parts of Pretoria). A field that strips the leading zero produces an invalid code.

Street vs PO Box

Street and PO Box are different

Many South Africans receive mail at a PO Box but need couriers at a street address. The two address types should be captured separately.

Province optional

The province is often omitted

The province (Western Cape, Gauteng) can be included but the postcode and suburb carry the routing, so it is not strictly required.

Errors that cause failed deliveries to South Africa

Each of these passes a basic "is this field filled in" check but fails at the carrier, turning into a redelivery, a return, or an address correction fee.

โœ•Missing suburb. Without it, repeated street names within a metro are ambiguous.
โœ•Leading zero stripped. A four-digit code loses meaning without its leading zero.
โœ•PO Box shipped by courier. A courier needs a street address, not a PO Box.
โœ•Wrong four-digit postcode. A transposed code routes to a different area.
โœ•City used as the suburb. Entering the city where the suburb belongs loses local routing.

Carrier notes for South Africa

How the major carriers handle South Africa addresses, and what your label needs to satisfy each one.

South African Post Office

The national postal operator. Routing is four-digit-postcode driven, with the suburb narrowing the location within a metro.

The Courier Guy & RAM

Major private courier networks for South African ecommerce. They need a street address with suburb, city, and postcode, not a PO Box.

DHL, FedEx, UPS

International carriers for inbound shipments. Include the country line; a complete suburb, city, and postcode avoid customs and routing delays.

Validate every South Africa address at checkout

Address Guard checks South Africa addresses against carrier and postal databases before the order ships, normalizes the format, and flags the errors that cause failed deliveries. 240+ countries, $0.05 per check.

South Africa address format FAQ

How do you write a South African address?+
Recipient name, the street address, the suburb on its own line, then the city with the four-digit postcode, then SOUTH AFRICA. The suburb is needed to route within large metros.
What is the South African postcode format?+
Four digits, such as 8001, written on the last line after the city. Some codes keep a leading zero that must be preserved.
Why do deliveries to South Africa fail?+
Usually because the suburb is missing, a leading zero was stripped, or a courier was sent to a PO Box. Capturing a street address with suburb, city, and postcode resolves most issues.