Implementation
Overview
Geopagos provides a Terminals SDK designed to enable your application to accept payments using a physical device, including integration with MPOS card readers on mobile devices and installation on Android-based SmartPOS terminals.
Sequence diagram
This flow represents a generic way to perform an authorization.
info
the Mobile application backend can be provided by the implementor or Geopagos.
Sale
Operation | Method | Endpoint | |
---|---|---|---|
Initialize | POST | /api/v4/payments/present | Documentation |
Confirm | POST | /api/v4/payments/{reference_number}/confirm | Documentation |
Refund
Operation | Method | Endpoint | |
---|---|---|---|
Initialize | POST | /api/v4/refunds/present | Documentation |
Confirm | POST | /api/v4/refunds/{reference_number}/confirm | Documentation |
More information
Supported devices:
See the API Reference for detail information about the integration.
For details of the implementation of the Readers SDK per platform see: