Sha256: 8349b63ee1c4c52d8f0b6da9634001f78306b1773e1ef73cd0c3c3ee1891f31c
Contents?: true
Size: 378 Bytes
Versions: 5
Compression:
Stored size: 378 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
5 entries across 5 versions & 1 rubygems