Paytocrypt
Unified connection to all payment methods!
Website: paytocrypt.com
Set up Account
Step 1: Create merchant account
To create an account send connection request at the paytocrypt.com 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:
- login
- password
Step 3: Generate API keys
It is necessary to generate both private and public API keys in accordance with the provider's guidelines, and then forward public key to the provider.
Connect H2H Merchant Account
Step 1. Connect H2H account at the Corefy Dashboard
Press Connect at Paytoctypt Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- login → Login
- password → Password
- private_key → Private Key (Upload generated private key file)
- currency → choose currency (You can set these parameters according to available currencies and features for your Paytocrypt wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Success
You have connected Paytocrypt H2H merchant account!!!
API examples:
Maximum data set to create a transaction
POST /api/commerce/payment-invoices HTTP/1.1
{
"data": {
"type": "payment-invoice",
"attributes": {
"service": "payment_card_usd_hpp",
"commerce_account": "Lorem Ipsum",
"currency": "USD",
"amount": 5.5,
"reference_id": "bfbda3a0-daad-4319-91eb-ccc8d6fa41af",
"flow": "charge",
"customer": {
"reference_id": "f3063a91-d51c-4c90-8860-21b092aeb31b"
}
},
"test_mode": false
}
}
Minimum data set to create a transaction
POST /api/commerce/payment-invoices HTTP/1.1
{
"data": {
"type": "payment-invoice",
"attributes": {
"service": "payment_card_usd_hpp",
"commerce_account": "Lorem Ipsum",
"currency": "USD",
"amount": 5.5,
"reference_id": "bfbda3a0-daad-4319-91eb-ccc8d6fa41af",
"flow": "charge",
"test_mode": false,
"options": {
"allow_partially": false
}
}
}
}
Still looking for help connecting your Paytocrypt account?