- A flexible payment API, adaptable to your own taste.
- An integrated platform that allows multiple payment methods at once:
bank wire, Bancontact / MisterCash, call, creditcard, iDeal, Skrill (MoneyBookers), PayPal, SMS, Paysafecard
- Higher payouts then other online payment providers
After logging in, you can add your site.
As soon as it has been approved, you can access our payment API.
You will receive a siteid and a sitepass to connect to the payment API.
http://dimopay.com/payment/payment.phps
You can copy paste this code to your own website.
You need to modify the top 7-8 lines with your own details and API credentials.
You can also define what needs to happen after the payment as of line 51 to 54.
Below you can find all possible codes to modify the payment system to your own preferences.
You can make these changes in the above mentioned code on line 71, by modifying the payment URL.
You can use the digitcode of a country in case you want to preselect a specific country.
This is usefull if you use your own country selection system.
Preselect a country: &country=*countrycode*
An overview of country codes is available at:
http://mens-en-samenleving.infonu.nl/communicatie/8040-landcodes-een-wereldwijd-overzicht.html
To select a language, use following parameter in the url: &lang=**
Supported languages: en or nl
You can choose to offer only a limited list of languages.
To define the language, use following parameter in the url: &langoptions=en;nl;de;fr;es
You can choose to offer only a limited list of languages.
To define the language, use following parameter in the url: &langoptions=en;nl;de;fr;es
By removing some of the payment methods in the parameter below, they will no longer be offered in the payment methods selection screen.
&paymentoptions=SALDO;SMS;BANCONTACT;CALL;BANKWIRE;PAYSAFECARD;IDEAL;PAYPAL;ALERTPAY;MONEYBOOKERS;CREDITCARD
In case you always want to offer every payment method, you should not send the parameter &paymentoptions= in the url.
This is useful if you want to offer your own payment method selection screen.
Use following parameter in the url to preselect the payment method: &betaalmethode=*name of the payment method*
Available payment methods:
SALDO
SMS
BANCONTACT
CALL
BANKWIRE
PAYSAFECARD
IDEAL
PAYPAL
ALERTPAY
MONEYBOOKERS
CREDITCARD
Define the amount of the payment: &amount=*amount in cents*
The transaction costs will be paid by your client.
Note: you can not send at the same time &consumerprice and &amount in the url.
Define the amount your client will need to pay, including costs.
Url parameter: &consumerprice=*amount in cents*
The transaction costs are for your account.
Note: you can not send at the same time &consumerprice and &amount in the url.
Currency of the payment: &cur=***
Supported currencies:
EUR = Euro
USD = Dollar
Use your own logo in the payment system: &logo=http://yoursite.com/yourlogo.jpg
Hide the logo in the payment system: &logo=
Use your own font, colors, sizes, ...: &css=http://yoursite.com/your.css
You can use the file http://dimopay.com/StylePopup.css as example to define your own design.