TOPAY.PRO
Website: www.topay.pro
Set up Account H2H merchant account
Step 1: Create Merchant Account
To create an account send connection request at the www.topay.pro 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:
- topay__terminal_id → Terminal ID
- topay__secret_key → Secret Key
- topay__test_mode → Test Mode
- topay__currency → choose currency (You can set these parameters according to available currencies and features for your TOPAY.PRO wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Question
"Having issues with your credentials?" Please contact our support team!
Connect Merchant Account
Step 1. Connect H2H account at the Corefy Dashboard
Press Connect at TOPAY.PRO Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- Terminal ID
- Secret Key
- Test Mode → True/False
- Currency
Success
You have connected TOPAY.PRO H2H merchant account!
API examples:
Data set to create a payment invoices for payment_card_eur_hpp service
SALE
POST /api/payment-invoices HTTP/1.0
{
"data": {
"type": "payment-invoice",
"attributes": {
"reference_id": "1f2aa3ca-abd8-4741-980d-4017ed30cb8c",
"service": "payment_card_eur_hpp",
"currency": "EUR",
"amount": 5,
"customer": {
"reference_id": "1dc26f5a-a361-499b-9533-39625b59ab73",
"name": "Test Test",
"email": "test@test.com",
"phone": "+4444444444",
"address": {
"full_address": "Test",
"country": "GB",
"city": "Test",
"post_code": "123456"
}
},
"test_mode": false
}
}
}
Additional information
Provider Options
- ignore_callback
- For cascading to work correctly, we exclude the possibility of finalizing payments using asynchronous callbacks, ignore the callback, do not change the status of the transaction on it in any way and rely only on the status request for finalization (Reconciliation)
Question
"Still looking for help connecting your TOPAY.PRO account?" Please contact our support team!