How configure Paypal Express Checkout in Sylius? - php

I've started a new project with Sylius and I'm trying to make an order trying to pay it with paypal. I've changed my paypal account as premium user to get my username, password and signature. Then I've configured the parameters.yml file adding those datas.
contexts:
paypal_express_checkout:
paypal_express_checkout_nvp:
username:
password:
signature:
sandbox: true
But when I choose paypal as a payment option I get this:
Is something else what I have to configure?
P.S. The version of Sylius is 0.11.0-dev

If you are using the live Credentials of paypal please set the sandbox as false in parameters.yml file ... it will help you ...
because if sandbox is true then paypal only allow the Test mode payment

Related

AWS Access Key Id needs a subscription for the service

I am getting following error when tried to create topic for amazon sns messaging.
The AWS Access Key Id needs a subscription for the service (Service: AmazonSNS; Status Code: 403; Error Code: OptInRequired; Request ID: 9b0bd34b-6ebd-5ece-a78d-8013adb25940)
It may be possible that your account is new and payment mode is still not verified by Amazon. Please re-check and try to contact with their support.

We are unable to validate your information. Please try again

I'm trying to implement in my CI project this code:
http://www.sanwebe.com/2012/07/paypal-expresscheckout-with-php/comment-page-2#comments
But i get this error, when i try to login with my sandbox account.
"We are unable to validate your information. Please try again."
I configured the config.php with the right credential and i try to login with another sandbox account.
Why i get this error?
PayPal's sandbox has a bug. Delete your cookies and it will work.

how to get Apihost and ApiPath for CIM payment gethway method..?

I want to need configure the Authorize.net - CIM Payment Get-way in my x-cart Platinum V 4.5.5 sites.
Now, Xpayments Modules are NOT support for my x-cart platinum Version 4.5.5.
So, i am start the Customization for Authorize.net - CIM Payment Get-way.
We have now use Test mode.
We have already this $g_loginname , $g_transactionkey
But,this $g_apihost and $g_apipath not available ,
so how to get Apihost and ApiPath for CIM Payment Getway method
https://developer.authorize.net/testaccount/
$g_loginname ='xxxxxxxxxxxx';
$g_transactionkey ='xxxxxxxxxxxxx';
$g_apihost = "apitest.authorize.net";
$g_apipath = "/xml/v1/request.api";
thanks
The API host will depend if you're using the developer server or production server.
Development server: apitest.authorize.net
Production server: api.authorize.net
The API path is always /xml/v1/request.api

L_ERRORCODE0: 10501 while connecting to paypal do direct

We are trying to make a transaction using the paypal API for do direct.We encounter the following error when we submit the details.Went through various links and questions,and everyone suggested to activate the Website Payments Pro for example here.
But,if I check my account there is no such section on the left and neither do I have Website Payments Pro option anywhere.
PayPal API Error
The PayPal API has returned an error!
TIMESTAMP: 2013-04-03T06:36:34Z
CORRELATIONID: d0f6f7281495d
ACK: Failure
VERSION: 98.0
BUILD: 5479129
L_ERRORCODE0: 10501
L_SHORTMESSAGE0: Invalid Configuration
L_LONGMESSAGE0: This transaction cannot be processed due to an invalid merchant configuration.
L_SEVERITYCODE0: Error
AMT: 200.00
CURRENCYCODE: USD
I am not sure if there is any other solution,so would like any help from the members on it.Currently working with a sandbox account for testing.API version I am working on is 98.0
This error means that Website Payments Pro is not enabled. I have modified the account and added pro on to it. Please try running another test and see if it goes through now.

whmcs emails problem

I am testing out the order process for a test webhost package I have already setup in whmcs. I have it set to automatically setup product upon first payment. When the order goes completes whmcs sends out only four emails to the new customer: "Order Confirmation", "Customer Invoice", "Invoice Payment Confirmation" and "Welcome". It does not send out a "New Account Information" email, which should contain the login details for cpanel. I can successfully log into the client area but not cPanel.
I checked the account from my administrator area and I see where it says active and paid also. I have tried several times to setup a test account to see if it would send the email with the cpanel login but it never sends it, though it sends all others.
Reply With Quote
go to setup --- products/services --- edit the service and in the tab "details" select the "hosting account welcome email" in the "welcome email" field.
Go to the tab "Utilities" tab in the WHMCS admin area, and then look through the log to see if any errors are happening when the system trys to connect to your cPanel/WHM server to create the account.
You could possibly see an error that goes along the lines of
"Module Create Failed - Service ID: 26 - Error: (Curl Error) Couldn't resolve host '' - code: 6"
Which indicates that WHMCS cannot connect to the host. You should then check to make sure that you have your hosting server properly configured in the "Servers" tab. Anyway to me it sounds like WHMCS cannot connect to the server to create the account and thus nothing happens.

Categories