Kale.Money¶
Welcome to Kale If you're looking for a payment provider that you can trust, look no further than Kale. We're here to help you succeed!
Website: kale.money
Set up Account H2H merchant account¶
Step 1: Create Merchant Account¶
To create an account send connection request at the kale.money/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:
- kalemoney__public_key → Public key
- kalemoney__private_key → Private key
- kalemoney__test_mode → Test mode
- kalemoney__currency → choose currency (You can set these parameters according to available currencies and features for your Kale.Money wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Connect Merchant Account¶
Step 1. Connect H2H account at the Corefy Dashboard¶
Press Connect at Kale.Money Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- Public key
- Private key
- Test mode → true/false
Success
You have connected Kale.Money H2H merchant account!
API examples:¶
Minimum data set to create a payment invoices for payment_card_eur_hpp service¶
SALE
POST /api/commerce/payment-invoices HTTP/1.1{
{
"data": {
"type": "payment-invoice",
"attributes": {
"service": "payment_card_eur_hpp",
"currency": "EUR",
"amount": 10,
"customer": {
"reference_id": "aed1bad6-63bf-4454-87b9-9bb0d18c51da",
"email": "[email protected]"
},
"test_mode": true,
"reference_id": "e1a50033-2924-48b7-8f66-9f4fcf5179ab"
}
}
}
Maximum data set to create a payment invoices for payment_card_eur_hpp service¶
SALE
POST /api/payment-invoices HTTP/1.1
{
"data": {
"type": "payment-invoice",
"attributes": {
"service": "payment_card_eur_hpp",
"currency": "EUR",
"amount": 10,
"customer": {
"reference_id": "d123a948-7fdf-4266-b981-e0bbbcd2df58",
"name": "John Doe",
"email": "[email protected]",
"phone": "+448650405942",
"address": {
"full_address": "Shevchenka str",
"country": "US",
"region": "NY",
"city": "New York",
"post_code": "777777"
}
},
"test_mode": true,
"reference_id": "06fa1ea9-8a5b-4dbc-b67b-6236b3b9af3d"
}
}
}
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]
- ADDRESS → customer [address] [address]
- CITY → customer [address] [city]
- POST_CODE→ customer [address] [post_code]
Question
"Still looking for help connecting your Kale.Money account?" Please contact our support team!