Implementation
Overview
Geopagos provides ToPP Application and a SDK to help your application accept contactless payments using the merchant's phone as a card reader.
Sequence diagram
This flow represents a generic way to perform a sale authorization.
info
the Mobile application backend can be provided by the implementor or Geopagos.
Sale
Operation | Method | Endpoint | |
---|---|---|---|
Initialize | POST | /api/v4/payments/tap-to-phone | Documentation |
Confirm | POST | /api/v4/payments/{reference_number}/confirm | Documentation |
Refund
Operation | Method | Endpoint | |
---|---|---|---|
Initialize | POST | /api/v4/refunds/tap-to-phone | Documentation |
Confirm | POST | /api/v4/refunds/{reference_number}/confirm | Documentation |
More information
See the API Reference for detail information about the integration.
See the Tap On Phone with PIN (ToPP) Application for hardware requirements an implementation.