Payway
Upgrade Your Payment Solution to Payway
Website: payway.com
Set up Account
Step 1: Create merchant account
To create an account send connection request at the payway.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:
- API key
- API first password
- API second password
Connect Provider Account
Step 1. Connect Provider account at the Corefy Dashboard
Press Connect at Payway Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- API key → API key
- API first password → API first password
- API second password → API second password
Success
You have connected Payway Provider account!
API examples for payouts:
Max data set to create a payout
POST /api/commerce/payout-invoices HTTP/1.0
{
"data": {
"type": "payout-invoice",
"attributes": {
"service": "payment_card_uzs",
"commerce_account": "Hello_World",
"currency": "UZS",
"amount": 1.55,
"customer": {
"reference_id": "serge_kot",
"name": "serge kot"
},
"test_mode": false,
"reference_id": "3739c588-714e-4aba-8af9-566cccc0aa3c",
"fields": {
"card_number": "860086******8632"
},
"options": {
"attempts_limit": 0,
"split_mode": false,
"allow_partially": false,
"auto_process": false
}
}
}
}
Min data set to create a payout
POST /api/commerce/payout-invoices HTTP/1.0
{
"data": {
"type": "payout-invoice",
"attributes": {
"service": "payment_card_uzs",
"commerce_account": "Hello_World",
"currency": "UZS",
"amount": 1.55,
"test_mode": false,
"reference_id": "3739c588-714e-4aba-8af9-566cccc0aa3c",
"fields": {
"card_number": "860086******8632"
},
"options": {
"attempts_limit": 0,
"split_mode": false,
"allow_partially": false,
"auto_process": false
}
}
}
}
Still looking for help connecting your Payway account?