Class: SicoobApi::ClientSandbox

Inherits:
ClientProduction show all
Defined in:
lib/sicoob_api/client_sandbox.rb

Constant Summary collapse

BASE_URL =
"https://sandbox.sicoob.com.br/sicoob/sandbox/pix/api/v2"

Constants inherited from ClientProduction

SicoobApi::ClientProduction::MAX_RETIES, SicoobApi::ClientProduction::SAVE_RESPONSES

Instance Attribute Summary

Attributes inherited from ClientProduction

#chave_pix, #client_id, #crt, #key, #scopes, #token_expires_at

Method Summary

Methods inherited from ClientProduction

#create_payment, #default_options, #get_payment, #get_refund, #get_webhook, #initialize, #refresh_token, #refund_payment, #update_payment, #update_webhook

Constructor Details

This class inherits a constructor from SicoobApi::ClientProduction