Discussions
wow gold
Dear immortals, I need some inspiration to create <https://www.wowtot.com>
Posted by zcswyx3 11 months ago
Xamarin forms support
Is there any payment gateway plugin for Xamarin forms. If not, is there any documentation for gateway integration through a web view.
Posted by Jaison about 1 year ago
Shopify integration
Is Shopify integration available through your payment gateway
Posted by Shashank over 1 year ago
UPI Autopay
Are you provide UPI Autopay APIs for integration into mobile app?
Posted by Pratik Dixit over 1 year ago
for payment getway
hii i need you payment getway please guide us for geting payment getway
Posted by toshawad servises pvt ltd over 1 year ago
Shopify Integration
I have a shopify store, Does open payment gateway can be integrated to shopify store?
Posted by Pawan Kumar over 1 year ago
Fees & Commission data over API
When are you planning to include some way to get the fees and commission data over API. We were excited to use Open, tested. But then we couldn't continue without this data. All other payment gateways provides a way to handle fees and commission breakup. We can not show one value on our platform and show a different deposit in their bank account. Wondering how other online platforms using your service handling this.
Pls suggest an options, dates and other thoughts to get this information over API.
Posted by null over 1 year ago
How can you call your company an unicorn
I'm sorry to say this, but the way your documentation is done. I need you to reconsider yourself calling unicorn company. PLease improve your documentation. Take reference of other payment companies. You will loose so many customers with this kind of documentation continue to exist.
Posted by Saikrishna over 1 year ago
i tested sandbox, what is the live url for api
i tested sandbox, what is the live url for api
Posted by Jeyaraj Jeyaraj over 1 year ago
Unable to integrate nodejs API for virtual account creation.
I am getting an error while trying to create virtual account using sdk. My code is:
// eslint-disable-next-line @typescript-eslint/no-var-requires
const sdk = require("api")("@bank-open/v1#1fjj39ld4aaow1");
export async function createVirtualAccount(provider: ServiceProvider) {
await sdk.createACustomerAccount({
name: provider.name,
display_name: provider.name,
contact_type: "Vendor",
primary_contact: provider.bankAccountDetails?.accountHolderName,
email_id: provider.email,
mobile_number: provider.phone,
beneficiary_account_number: provider.bankAccountDetails?.accountNumber,
ifsc_code: provider.bankAccountDetails?.ifscCode,
bank_name: provider.bankAccountDetails?.bankName,
branch_name: provider.bankAccountDetails?.branchName,
});
}
Validation failed. /paths/vundefined/virtual_accounts/get has a path parameter named "version", but there is no corresponding {version} in the path string.
How do I pass the version in the url?
Posted by Gopinath Prathapaneni over 1 year ago