In-person payment intents on MercadoPago Point (POS) devices.
Summary
Functions
Cancels a payment intent on the given device. Uses DELETE, mirroring the Ruby SDK.
Creates a payment intent on the given Point device.
Fetches a payment intent by id.
Lists Point devices matching filters (query-string parameters).
Functions
@spec cancel(Mercadopago.Client.t(), String.t(), String.t(), keyword()) :: Mercadopago.HTTP.response()
Cancels a payment intent on the given device. Uses DELETE, mirroring the Ruby SDK.
@spec create(Mercadopago.Client.t(), String.t(), map(), keyword()) :: Mercadopago.HTTP.response()
Creates a payment intent on the given Point device.
@spec get(Mercadopago.Client.t(), String.t(), keyword()) :: Mercadopago.HTTP.response()
Fetches a payment intent by id.
@spec get_devices(Mercadopago.Client.t(), map() | nil, keyword()) :: Mercadopago.HTTP.response()
Lists Point devices matching filters (query-string parameters).