Nium Platform Singapore Background

实时
全球支付
工资支付
旅行支付
商务支付

在全球范围内流动资金——从亚太地区到拉丁美洲,从欧洲、中东和非洲地区到北美地区,从首都城市到新兴市场,全面覆盖。我们与银行直接对接,使得Nium网络上几乎所有的交易均可实现实时结算。

服务客户

依托Nium

全球领导者依托Nium实时支付基础架构,走得更快、更远。

全球性实时资金支付、
收款、 结算

190多个市场,全然无忧

全球资金支付

向190多个市场的账户、钱包和银行卡付款。无论在哪里开展业务,均可向员工、供应商、当地销售商和合作伙伴付款。

本地收款,全球支付

收款(Payin)

无论是收取薪资还是订购收入,Nium Payin 均可让您接收来自世界各地客户的多个币种资金。

虚拟卡和实体卡

G发卡

使用Nium虚拟卡解决方案,实现全球薪资管理、开支管理或旅游公司支付现代化。

Payout Product ImagePayout Developer API Background
Issue Cards Developer API BackgroundPayin Product ImageNium Issue Cards Product Image
Nium Issue Cards Product ImageIssue Cards Developer API Background
解决方案

全球企业支付的现代方式

images/icons/svg/financial-institutions

金融机构

为银行、金融科技公司和货币服务企业跨境转移资金。

images/icons/svg/payroll

全球工资支付

通过富有竞争力的外汇、实时支付和直接付款选项轻松调节。

images/icons/svg/spend-management

支出管理

控制企业采购,简化供应商支付。

images/icons/svg/travel

旅行

采用灵活融资方式,优化旅行支付,使效率和盈利能力最大化。

全球资金流动方 面最强大的应用 程序界面(API)

使用我们稳固、有效、灵活的应用程序界面快速轻松地将构思付诸实施。我们丰富的API文档、示例数据、代码片段将为开发者提供有效 工具和精妙的API 从而让您轻松开启下一次革新。

开始构建

Nium的API

Request
1
2
3
4
5
6
7
8
9
10
11
curl --request POST \
--url https://gateway.nium.com/n1/api/v1/client/id/wallet/d45193cc-4d3c-421a-ada4-63f4dfcb663d/fund \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'x-api-key: your-api-key' \
--data '
{
"amount": 500
"destinationCurrencyCode": "SGD"
"fundingChannel": "BANK_TRANSFER"
"fundingInstrumentId": " "<hash-id>"
"sourceCurrencyCode": "SGD"
}
'
1
2
3
4
5
6
7
8
9
10
11
curl --request POST \
--url https://gateway.nium.com/n1/api/v1/client/api-key/customer/6380ca89-16c8-4d2a-826f-265bb954c39d/wallet/34078ed1-38f7-4ce4-825e-266e85ac1ba1/remittance \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'x-api-key: your-api-key' \
--data '
{
"beneficiary": {
"id": "64665bf275b2012eca1ca0d5"
}
"deviceDetails": {
"countryIP": "66.249.74.64"
"deviceInfo": "macOS"
"ipAddress": "45.48.241.198"
"sessionId": "40531ac01a6f11edafc28dba55d51275"
}
"payout": {
"swiftFeeType": "SHA"
"audit_id": 112
"destination_amount": 0
"serviceTime": "2022-11-29"
"source_amount": 100
"source_currency": "INR"
"tradeOrderID": "TR012345"
}
"sourceOfFunds": ""Business Owner/Shareholder"
"authenticationCode": "string"
"customerComments": " "Transfer to family"
"exemptionCode": " "01 - Trusted Beneficiary"
"purposeCode": " "IR01802"
}
'
1
2
3
4
5
6
7
8
9
10
11
curl --request POST \
--url https://gateway.nium.com/n1/api/v2/client/clientHashId/customer/customerHashId/wallet/walletHashId/card \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'x-api-key: your-api-key' \
--data '
{
"Select one of the following card type": {
"cardType": "PHY"
}
"cardProductId": 100
"cardType": "VIR"
"cardExpiry": "1126"
"nameOnCard": " "John Doe"
"additionalLine": "John Doe"
"issuanceMode": "NORMAL_DELIVERY_LOCAL"
"plasticId": "100100"
"corporateId": "123456"
}
'
Circle Icon 便捷易用
Circle Icon 99%的正常运行时间

与实时支付专家交谈

全球实时支付领域的领导者

与实时支付专家交谈

我们强大灵活的API套件在一个平台上高效管理您的全球支付。从集成到市场发布,我们的丰富文档随时为您服务。

There were errors with your submission