Payneteasy¶
Today's Leading Payment Platform Provider
Website: payneteasy.com
Set up Account Provider account¶
Step 1: Create Provider account¶
To create an account send connection request at the payneteasy.com/contacts 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
- Control Key
- Endpoint ID
Connect Provider Account¶
Step 1. Connect Provider account at the Corefy Dashboard¶
Press Connect at Payneteasy Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- Login → Login
- Control Key → Control Key
- Endpoint ID → Endpoint ID
- Test mode → true/false
- Multiple Currency Integration → true/false
Success
You have connected Payneteasy Provider account!
API examples:¶
Minimum data set to create a payment invoices for bank_transfer_aggregated_eur_hpp service¶
SALE
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"bank_transfer_aggregated_eur_hpp",
"commerce_account":"Hello_world",
"currency":"EUR",
"amount":3,
"reference_id":"692ccf65-2cb9-43e7-8c76-ab55884453d8",
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"0ecc3b6a-8b7a-4806-8f18-a61fd0a29969",
"name":"Johann Müller",
"email":"[email protected]",
"phone":"+498912345678",
"address":{
"full_address":"Goethestraße 17",
"country":"DE"
}
},
"test_mode":false,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"service_fields":[
]
}
}
}
Maximum data set to create a payment invoices for bank_transfer_aggregated_eur_hpp service¶
SALE
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"bank_transfer_aggregated_eur_hpp",
"commerce_account":"Hello_world",
"currency":"EUR",
"amount":1,
"reference_id":"ca503de8-d9ba-4378-8803-1228186cd630",
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"d2f07270-8eb0-4750-aa46-e555da0f7cd7",
"name":"Johann Müller",
"email":"[email protected]",
"phone":"+498912345678",
"address":{
"full_address":"Goethestraße 17",
"country":"DE",
"city":"München",
"post_code":"80336"
}
},
"test_mode":false,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"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:
- ADDRESS → customer [address] [address]
- CITY → customer [address] [city]
- ZIP → customer [address] [zip]
- COUNTRY → customer [address] [country]
- PHONE → customer [phone]
- EMAIL → customer [email]
- FIRST_NAME → customer [first_name]
- LAST_NAME → customer [last_name]
- IP → customer [ip]
Question
"Still looking for help connecting your Payneteasy account?" Please contact our support team!