Changes for version 0.01 - 2026-04-13
- First release
- Support for /thirdparty/onboarding/ endpoint (onboard_user)
- Support for /thirdparty/user-login/ endpoint (create_payment_session)
- Support for /thirdparty/rotate-token/ endpoint (rotate_token)
- Business::Payr::PaymentSession with iframe_html helper
- Business::Payr::Webhook with HMAC-SHA256 signature verification
- Business::Payr::Webhook::Payment for typed access to webhook payloads
Modules
Perl library for interacting with the Payr API (https://docs.payr.com/)
class representing a Payr payment session returned by the /thirdparty/user-login/ endpoint.
abstract class to handle low level request traffic to the Payr API, you probably don't need to use this and should use the main Business::Payr module instead.
Moose type constraints for Business::Payr
class for verifying and parsing Payr webhook notifications.
class representing a Payr webhook payment event, as received from the Payr webhook notification system.