PayWings¶
Everything you need to accept online payments
Website: paywings.com
Set up Account¶
Step 1: Create merchant account¶
To create an account send connection request at the paywings.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
- ssl_certificate
- ssl_password
- api_url
Connect H2H Merchant Account¶
Step 1. Connect H2H account at the Corefy Dashboard¶
Press Connect at PayWings Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- login → Login
- password → Password
- ssl_certificate → SSL certificate (Upload SSL certificate)
- ssl_password → SSL Password
- api_url → API URL
- currency → choose currency (You can set these parameters according to available currencies and features for your btGATE wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Success
You have connected PayWings 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_kzt_hpp",
"commerce_account": "hello world",
"currency": "KZT",
"amount": 1001,
"flow": "charge",
"test_mode": false,
"options": {
"allow_partially": false
},
"reference_id": "a7a12a3e-32bb-4683-997e-e063514c882e"
}
}
}
Still looking for help connecting your PayWings account?