HelloPayment¶
Navigating global payments. We provide expertise in payment and settlement technologies around the globe
Website: hellopsp.com
Set up Account Provider account¶
Step 1: Create Provider account¶
To create an account send connection request at the hellopsp.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:
- hellopayment__login → api_key
- hellopayment__password → api_pass
- hellopayment__salt → salt
- hellopayment__api_point → api-point
- hellopayment__currency → choose currency (You can set these parameters according to available currencies and features for your HelloPayment wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Connect Provider Account¶
Step 1. Connect Provider account at the Corefy Dashboard¶
Press Connect at HelloPayment Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- Login
- Password
- Salt
- API Point
Success
You have connected HelloPayment Provider account!
API examples:¶
Minimum data set to create a payment invoices for bank_transfer_jpy_invoice service¶
PAYMENT
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"bank_transfer_jpy_invoice",
"commerce_account":"Hello_World",
"currency":"JPY",
"amount":1000,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"test_mode":false,
"options":{
"allow_partially":true,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"11fdab29-0fd0-40cb-a1c8-0d564850b70a",
"service_fields":[
]
}
}
}
Provider Options¶
- Commission type
- Through this option you can set a commission: USER_COMMISSION (debited from the payer) or MERHCANT_COMMISSION (debited from the merchant/platform)
Question
"Still looking for help connecting your HelloPayment account?" Please contact our support team!