linking 2 websites

I have website ( For Ex : A) where users earn points for their activity. the website developed in php mysql

User registers in A only

now i want to transfer users points to shopping website ( For Ex : B) where users can buy products with points.

if points are not sufficient user can pay balance with payment gateway

and

when ever user registers in A those details will be added to B

No registration from B ( has to disable registration)

user can login with credentials of A in B website

Is that possible ? If so, are there any tutorials things I can start searching ?