Paytony¶
We accept payments via all methods. We collect payments 24 hours a day, 7 days a week, 365 days a year via all methods you know
Website: paytone.io
Login: portal.paytone.io/login
Set up Account¶
Step 1: Create Merchant account¶
To create an account send connection request at the paytone.io → "Apply now" button or contact manager directly. Submit the required documents to verify your account and gain access.
Step 2: Get required credentials¶
Credentials that have to be issued:
- Public key
- Private key
There is a separate MID and credits for each currency. Configuration is carried out by the provider.
Connect H2H Merchant Account¶
Step 1. Connect H2H account at the Corefy Dashboard¶
Press Connect at Paytony Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- public_key → Public key
- private_key → Private key
- paytony_currency → choose currency (You can set these parameters according to available currencies and features for your Paytony wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Success
You have connected Paytony H2H merchant account!
API examples:¶
Minimum data set to create a transaction¶
PAYMENT
POST /api/commerce/payment-invoices HTTP/1.1
{
"data": {
"type": "payment-invoice",
"attributes": {
"service": "payment_card_rub_hpp",
"commerce_account": "Hello_World",
"currency": "RUB",
"amount": 1200.12,
"reference_id": "3f8b3468-4e70-40cf-a168-73f13bb27f5e",
"flow": "charge",
"test_mode": false,
"options": {
"allow_partially": false
}
}
}
}
Maximum data set to create a transaction¶
PAYMENT
POST /api/commerce/payment-invoices HTTP/1.1
{
"data": {
"type": "payment-invoice",
"attributes": {
"service": "payment_card_rub_hpp",
"commerce_account": "Hello_World",
"currency": "RUB",
"amount": 1200.12,
"reference_id": "3f8b3468-4e70-40cf-a168-73f13bb27f5e",
"flow": "charge",
"test_mode": false,
"customer":{
"reference_id": "122ehjhj123",
"email": "[email protected]"
}
"options": {
"allow_partially": false
}
}
}
}
Question
"Still looking for help connecting your Paytony account?" Please contact our support team!