With Quantumassetwallet Standard and Express, you can easily and safely receive online payments from your customer.
If payer wants to fund payments using Quantumassetwallet, set payer to Quantumassetwallet.(Other payment method ex: paypal, stripe, coin payments etc not available yet).
Specify a payment amount and the currency.
It’s a Transaction resource where amount object has to set.
Set the urls where buyer should redirect after transaction is completed or cancelled.
It’s a payment resource where all Payer, Amount, RedirectUrls and Credentials of merchant (Client ID and Client Secret) have to set. After initialized into payment object, need to call create method. It will generate a redirect URL. Users have to redirect into this URL to complete the transaction.
Now, go to php-sdk/src/PayMoney/Rest/Connection.php, then change BASE_URL value to your domain name(i.e: If the domain is - 'your-domain.com' then, define( 'BASE_URL' , 'http://your-domain.com/' ) )
If you don't see changes after configuring and extracting SDK, go to your SDK root and run the commands below:-