Node.js
Ruby
Python
Go
PHP
Java
.NET
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
const form = new FormData();
form.append("beneficiary_id", "9ad4789a-c864-48a6-a657-7fdfc57ba1fc");
form.append(
"beneficiary",
'{\n "country": "
);
form.append("source_currency", "
form.append("source_amount", "123");
form.append("payment_amount", "123");
form.append("remark", "
form.append("attached_file", "
const options = {
method: "POST",
headers: {
"X-BUSINESS-API-KEY": "
"Content-Type": "multipart/form-data",
},
};
options.body = form;
fetch("https://api.sandbox.hit-pay.com/v1/transfers", options)
.then((response) => response.json())
.then((response) => console.log(response));
Can I use HitPay for international transactions?
Absolutely! HitPay supports international transactions, making it easy to accept payments from customers worldwide. With support for over 100 currencies, you can seamlessly manage payments across borders with ease.
Can I initiate refunds using the HitPay platform?
Yes, you can easily process refunds directly through the HitPay dashboard. Our platform makes managing refunds simple and convenient for all your transactions. See our guide to refunding transactions here.
Are there any setup fees or subscription charges to use HitPay?
It’s free to start accepting payments on HitPay, with no setup or subscription fees, only pay per transaction. See our payment gateway fees here.
Can I customize my payment interface to match my brand's identity?
Definitely! HitPay lets you fully customize the payment interface, including your brand's logo, colors, and design elements, to create a memorable brand experience. You can also tailor payment methods and checkout rules to suit your business needs.
Is HitPay suitable for businesses of all sizes?
Yes, HitPay is ideal for businesses of all sizes, from entrepreneurs and startups to large enterprises. Our scalable solutions adapt to your needs, supporting your growth at every stage.
What if I have more questions that aren't covered here?
If you have more questions about our all-in-one payment gateway, please contact our team.
Still have questions?
Contact our team.






























