less than a minute read • Updated 6 months ago
Skrill
Connect Foxy to Skrill for secure payments.
- Features
- 3-D Secure
Subscriptions are not supported with Skrill at this time. If you intend to sell subscriptions with your FoxyCart store, you will need to make use of another payment gateway.
Setting Up Skrill for FoxyCart
Go to foxycart's admin
Payments
sectionSelect Skrill as your payment gateway
Enter Merchant ID, Account Email and Secret word.
To get Secret word, login to Skrill account at https://account.skrill.com/login. Go to Settings > Developer Settings.
Note: if the Settings > Developer Settings section is not displayed in your account, contact merchantservices@skrill.com.
Testing
Obtaining A Test Account
Contact skrill for info.
Test Card Numbers
Contact skrill for info.
Troubleshooting & Interpreting Response Codes
Contact skrill for info.
Important Notes and Caveats
Possible Action: Datafeed Handling
At the time of the customer completing the transaction - we don't necessarily know whether the transaction was completed yet or not. We instead rely on a notification from the gateway after the checkout has been completed to confirm whether the transaction was approved or not. To handle this, transactions are initially marked as pending, and when we get a confirmation from the gateway on the result of the transaction, we update it accordingly. Each time the status changes, a datafeed will be sent to your endpoint if configured with the transaction details and the status
node will be present.
The status
node can contain one of three different values: pending
, approved
or rejected
. Depending on the types of actions you're needing to perform at your datafeed endpoint, you need to make sure the appropriate status value is present first.