Closed kinhcan closed 6 years ago
Hi,
Thank you for your bug report. Could you please tell me a bit more about your testing environment (server)?
Also, it look a bit like your server lost an internet connection for the time you were testing?
Hi, Thank for your reply We using local to test your extension(ubuntu 16.04 apache 2.4.18, php 7.0.30). it can work at local? If can not, We will install at server, and check again
Hi team,
We can change minimum amount for transaction?
amount must be greater than or equal to 2000 (thb subunits). $0.30 converts to approximately 922 (thb subunits)
Hi,
Yes, minimum is 20 THB (2000 THB units) and it is set up by in agreements with financial institutions we cooperate with. So unfortunately we can't change that.
Thank for your response, I have some questions. I created 1 recipient by PHP API Code,
<?php
$recipient = OmiseRecipient::create(array(
'name' => 'Omise Tester',
'description' => 'Tester account',
'email' => 'tester@omise.co',
'type' => 'individual',
'tax_id' => '',
'bank_account' => array(
'brand' => 'bbl',
'number' => '1234567890',
'name' => 'Tester Account'
)
));
How to login with this recipient account https://prnt.sc/jizvwu
And we can update attribute "active" "verified" by API? Thanks!
@kinhcan Sorry, what do you mean by 'login with the recipient account'?
And we can update attribute "active" "verified" by API?
This sounds interesting, we don't have API for activating recipients at the moment. In order to activate recipient, it can only be done via Omise Dashboard.
Hi guzzilar, Yes, When I created 1 recipient by PHP API Code, I did not received confirm email to login with the recipient account.
@kinhcan Hi Recipient is an API to create a recipient object that will be used for money transfer only (not create another Omise account or any login-user).
For example, you are running a marketplace-like business that allow your users to open their own shops at your marketplace and somehow you want to transfer incomes to those users at the end of the month, situation. This is where Recipient comes, this feature will give you a power to transfer your balance from your Omise account out to those recipients (which, you have already created) as you prefer when time is appropriate.
.. Just in case if you are looking for a sub-account thing that you can hands it to your team that they can log in to the dashboard sharing the same balance, you can check our "Teams" feature:
You can create another Omise account and invite them to join your account's team. That way, you will be able log in to Omise Dashboard with a new user as a team member.
-- I'm not sure if I answer your question appropriately, please feel free to let me know if there is any unclear answers. :))
Cheers.
Thank for your answer, it is good to understand clearly.
👍
Hi team, We installed Omise payment follow step by step of your document and config it. But extension not working for me. After choose payment method when checkout, it not working. I got error:
message : "An error occurred on the server. Please try to place the order again." trace :
"#0 /var/www/html/magento2.1.6/vendor/magento/framework/Interception/Interceptor.php(146): Magento\Checkout\Model\PaymentInformationManagement->savePaymentInformationAndPlaceOrder(3, Object(Magento\Quote\Model\Quote\Payment), Object(Magento\Quote\Model\Quote\Address))↵#1 /var/www/html/magento2.1.6/var/generation/Magento/Checkout/Model/PaymentInformationManagement/Interceptor.php(26): Magento\Checkout\Model\PaymentInformationManagement\Interceptor->___callPlugins('savePaymentInfo...', Array, Array)↵#2 [internal function]: Magento\Checkout\Model\PaymentInformationManagement\Interceptor->savePaymentInformationAndPlaceOrder(3, Object(Magento\Quote\Model\Quote\Payment), Object(Magento\Quote\Model\Quote\Address))↵#3 /var/www/html/magento2.1.6/vendor/magento/module-webapi/Controller/Rest.php(307): call_user_func_array(Array, Array)↵#4 /var/www/html/magento2.1.6/vendor/magento/module-webapi/Controller/Rest.php(216): Magento\Webapi\Controller\Rest->processApiRequest()↵#5 /var/www/html/magento2.1.6/var/generation/Magento/Webapi/Controller/Rest/Interceptor.php(24): Magento\Webapi\Controller\Rest->dispatch(Object(Magento\Framework\App\Request\Http))↵#6 /var/www/html/magento2.1.6/vendor/magento/framework/App/Http.php(135): Magento\Webapi\Controller\Rest\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))↵#7 /var/www/html/magento2.1.6/vendor/magento/framework/App/Bootstrap.php(258): Magento\Framework\App\Http->launch()↵#8 /var/www/html/magento2.1.6/index.php(39): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http))↵#9 {main}"
Thanks!