Skip to main content

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

OperationMethodEndpoint
InitializePOST/api/v4/payments/tap-to-phoneDocumentation
ConfirmPOST/api/v4/payments/{reference_number}/confirmDocumentation

Refund

OperationMethodEndpoint
InitializePOST/api/v4/refunds/tap-to-phoneDocumentation
ConfirmPOST/api/v4/refunds/{reference_number}/confirmDocumentation

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.