TechtoPay
Building the future of payments
Website: www.techtopay.com
Set up Account H2H merchant account
Step 1: Create Merchant Account
To create an account send connection request at the www.techtopay.com/contact 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:
- techtopay__api_key → API key
- techtopay__secret_key → Secret key
- techtopay__currency → choose currency (You can set these parameters according to available currencies and features for your TechtoPay wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Connect Merchant Account
Step 1. Connect H2H account at the Corefy Dashboard
Press Connect at TechtoPay Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- API key
- Secret key
- Test mode → true/false
- Currency
Success
You have connected TechtoPay H2H merchant account!
API examples:
Minimum = Maximum data set to create a payment invoices for payment_card_eur_hpp service
SALE
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"payment_card_eur_hpp",
"commerce_account":"hello_world",
"currency":"EUR",
"amount":3,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"test"
},
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"18e99db1-4737-4b93-9546-cd12361179ff",
"service_fields":[
]
}
}
}
Question
"Still looking for help connecting your TechtoPay account?" Please contact our support team!