OwlPay
Disrupting B2B Payments Using Blockchain Tech
Easy-to-use API
OwlPay develops tools that add value to your business with developer-friendly APIs, using simple lines of code and documentation that enables you to integrate system data seamlessly.
Simplify the payments process for your business
OwlPay employs blockchain-based infrastructure to push the pace of digitization, drive down costs, and deliver better customer experiences on a global scale
One-stop-shop for platform or marketplace business
Integrated payments solution for business to accept and make payments using the OwlPay API
OwlPay::createVendor([
'name' => 'MyVendor',
'application_vendor_uuid' => 'YOUR_VENDOR_UNIQUE_ID',
'email' => 'vendor@owlpay.com',
'description' => 'Your application Vendor',
]);
OwlPay::createOrder([
'order_serial' => 'YOUR_ORDER_NUMBER',
'currency' => 'TWD',
'total' => '1000',
'vendor_uuid' => 'OWLPAY_VENDOR_UNIQUE_ID',
]);
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13