processCallback

Process idpay callback, This will happened when a user comes to your callback link

You will receive false if its not valid request

You will receive int if its not successful payment

You will receive object if its successful payment

Arguments
Name Type Description Required
amount int The amount of payment, Set this based on the authority no

Output : object | bool | int

Static or normal : Static

# related original link