Use this file to discover all available pages before exploring further.
The Zentra Ruby SDK provides convenient access to the Zentra API from Ruby applications.The reviewed public HTTP surface for this SDK is transfers, webhooks, virtual accounts, payments, cards, and tenant-enabled identity. Customers, wallets, and other generated helpers may still exist for compatibility or draft use cases, but they are not the default reviewed public API path.
begin client.payments.verify('INVALID_REF')rescue Zentra::InvalidRequestError => e puts "Bad request: #{e.message}"rescue Zentra::AuthenticationError puts 'Check your API key'rescue Zentra::APIError => e puts "API error: #{e.message}"end