Paytently¶
NextGen Payments Orchestration
Website: paytently.com
Set up Account H2H merchant account¶
Step 1: Create Merchant Account¶
To create an account send connection request at the paytently.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:
- Merchant ID
- Application ID
- Public key (binary)
- Private key (binary)
- Currency
Connect Merchant Account¶
Step 1. Connect H2H account at the Corefy Dashboard¶
Press Connect at Paytently Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- paytently__merchant_id → Merchant ID
- paytently__application_id → Application ID
- paytently__public_key_binary → Public key (binary)
- paytently__private_key_binary → Private key (binary)
- paytently__currency → choose currency (You can set these parameters according to available currencies and features for your Paytently wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Success
You have connected Paytently H2H merchant account!
API examples:¶
Minimum data set to create a payment invoices for payment_card_eur_hpp service¶
SALE
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"payment_card_eur_hpp",
"commerce_account":"hello_world",
"currency":"EUR",
"amount":2,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"716a2dd8-e8c1-4bd6-9440-8027826a08b8"
},
"test_mode":false,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"59968754-bb8a-44ed-b6ad-71bfb4b066c6",
"service_fields":[
]
}
}
}
Maximum data set to create a payment invoices for payment_card_eur_hpp service¶
SALE
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"payment_card_eur_hpp",
"commerce_account":"hello_world",
"currency":"EUR",
"amount":2,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"e13179f8-664e-4b54-bef9-41ba9baec8e1"
},
"test_mode":false,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"013e7b0a-3188-4a9e-88e9-c25907ef1b00",
"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:
- FIRST_NAME → customer [first_name]
- LAST_NAME → customer [last_name]
- EMAIL → customer [email]
- PHONE → customer [phone]
- CITY → customer [address] [city]
- COUNTRY → customer [address] [country]
- ADDRESS → customer [address] [address]
- POST_CODE → customer[address][post_code]
Question
"Still looking for help connecting your Paytently account?" Please contact our support team!