GateIQ¶
Most powerful payment gateway for your business Integrated solutions for cryptocurrencies, credit cards, and alternative payment methods - accelerate transactions, enhance security, and grow your business.
Website: gateiq.io
Set up Account Provider account¶
Step 1: Create Provider account¶
To create an account send connection request at the gateiq.io/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:
- gateiq__merchant_id → Merchant ID
- gateiq__api_key → API Key
- gateiq__test_mode → Test Mode
Connect Provider Account¶
Step 1. Connect Provider account at the Corefy Dashboard¶
Press Connect at GateIQ Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- Merchant ID
- API Key
- Test Mode → true/false
Success
You have connected GateIQ Provider account!
API examples:¶
Minimum data set to create a payment invoices for blik_pln_hpp service¶
PAYMENT
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"blik_pln_hpp",
"commerce_account":"hello_world",
"currency":"PLN",
"amount":5,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"testppp",
"name":"John Doe",
"email":"[email protected]",
"phone":"380999999999",
"date_of_birth":"1999-01-12",
"first_name":"John",
"surname":"Doe",
"address":{
"full_address":"test 123",
"country":"PL",
"city":"Krakow",
"street":"test 123",
"post_code":"123123123"
},
"metadata":{
"kyc_verified":"true"
}
},
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"8d15a71e-5e1d-4355-942d-010eb49ce0b2",
"service_fields":[
]
}
}
}
Constants¶
If some parameters are not sent in the transaction creation request, they will take the values from the set constants.
Here is a list of constants with their corresponding parameters:
- EMAIL → customer [email]
- PHONE → customer [phone]
- FIRST_NAME → customer [first_name]
- LAST_NAME → customer [last_name]
- COUNTRY → customer [address] [country]
- CITY → customer [address] [city]
- FULL_ADDRESS → customer [address] [full_address]
- POST_CODE → customer [address] [post_code]
- DATE_OF_BIRTH → customer [date_of_birth]
- WEBSITE_URL → customer [website_url]
Question
"Still looking for help connecting your GateIQ account?" Please contact our support team!