Skip to content

Helper to handle the successful payment request coming from the Relief Applications payment server

License

Notifications You must be signed in to change notification settings

ReliefApplications/payment-handler-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relief Applications Payment Handler

This package is here to help you for the payments on Relief Applications' applications.

Installation

To install this package, just run :

composer req relief_applications/payment-handler-bundle

This will install the package into your vendors.

Usage

To use this package, create a method in a controller that will handle the request from the payment server. Then simply call the method :

$payload = SuccessfulPaymentHandler::getPayload($request);

This will verify that the data are coming from the payment server and will decrypt it so you can use the payload that was passed by the front of the application as an array.

About

Helper to handle the successful payment request coming from the Relief Applications payment server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages