Pay with Ghana Card
Two payment flows showing how a Ghana Card can be used at a POS terminal: a standard card payment, and a full payment with PIN authorisation.
Payment with 4 digits + check
Insert card, enter Ghana PIN suffix to verify identity and authorise payment.
GH₵ 240.00
Insert card to pay
Status
Sign in to enable card detection
# 1. Card detected by reader
reader.on("card_present")
# 2. Customer enters PIN suffix
input(last4 + check_digit)
# 3. Lookup & scan citizen
Payment with 4 digits + check + PIN
Insert card, enter Ghana PIN suffix to verify identity, then enter a 5-digit payment PIN to authorise the transaction.
GH₵ 240.00
Insert card to pay
Status
Sign in to enable card detection
# 1. Card detected by reader
reader.on("card_present")
# 2. Customer enters PIN suffix
input(last4 + check_digit)
# 3. Lookup & scan citizen
# 4. Authorise payment with PIN
input(payment_pin)