Sha256: 07de16b9551d768c29ff2052259a6cea39b650eea24686fa60ef8fd3d841c3b6
Contents?: true
Size: 362 Bytes
Versions: 4
Compression:
Stored size: 362 Bytes
Contents
# frozen_string_literal: true module Fintecture module Api module Endpoints module Pis INITIATE = 'pis/v2/provider' REFUND = 'pis/v2/refund' REQUEST_TO_PAY = 'pis/v2/request-to-pay' PAYMENTS = 'pis/v2/payments' CONNECT = 'pis/v2/connect' SETTLEMENTS = 'pis/v2/settlements' end end end end
Version data entries
4 entries across 4 versions & 1 rubygems