1. Bank Acount Management(V2)
VA-POBO-V2
  • API
    • Webhook
    • Idempotent Requests
    • Crypto Payment
      • Crypto Checkout
        • Create Crypto Checkout
        • Create Crypto Checkout Link
        • Crypto Checkout Wallet Connection
        • Generate POS Payment Request
        • Close Crypto Checkout
        • Get Convertible Cryptos
        • Get Crypto Checkout
        • Get Crypto Checkout Link
        • Get Crypto Checkout Currencies
        • Crypto Checkout Webhook
      • Crypto Deposit
        • Update Crypto Deposit Travel Rule Info
        • Add TravelRule Info
        • Get Crypto Deposit Wallet
        • Get Crypto Deposit Wallet 1231
        • Get Crypto Deposit
        • Get Crypto Deposit History
        • Get Crypto Deposit History 1230
        • Crypto Deposit Webhook
      • Crypto Withdrawal
        • Create Crypto Withdrawal
        • Register Wallet Address
        • Remove Wallet Address
        • Get Crypto Withdrawal
        • Get Crypto Withdrawal History
        • Get Wallet Address
        • Crypto Withdrawal Webhook
        • Get Crypto Withdrawal History 0122
      • Crypto Collection
        • Buyer Management
          • Create Buyer
          • Get Buyer
          • Update Buyer
          • Buyer Status Webhook
        • Create Collection Wallet
        • Update Collection Wallet
        • Update Co-KYT status
        • Get Collection Wallet
        • Get Collection Wallet 0115
        • Get Crypto Collection
        • Crypto Collection Webhook
        • Crypto Collection Wallet Webhook
      • Crypto Refund
        • Create Crypto Refund
        • Confirm Crypto Refund
        • Confirm Crypto Refund 1229
        • Get Crypto Refund
        • Crypto Refund Webhook
      • currency & blockchain
        • Get Supported Blockchains
    • Fiat Payment(V2)
      • Bank Acount Management(V2)
        • Get Fiat Account Capabilities
          GET
        • Create Fiat Account Request
          POST
        • Submit Additional Information for Fiat Account Request
          POST
        • Create Fiat Account Application
          POST
        • onboarding+va
          POST
        • Get Fiat Account Application Status
          GET
        • Get Deposit Bank Account
          GET
        • Add Bank Account
          POST
        • Get Bank Accounts
          GET
        • Fiat Account Request Status Webhook
        • Get Fiat Account Capabilities(new)
          GET
        • Create Fiat Account Request(new)
          POST
        • Submit Additional Information for Fiat Account Request(new)
          POST
      • Withdrawal(V2)
        • Get Fiat Payout Capabilities
        • Get Fiat Withdrawal History
        • Create Fiat Withdrawal
        • Create Fiat Withdrawal(new)
        • Get Fiat Withdrawal Detail
        • pobo
        • Fiat Withdrawal Webhook
        • Get List of Currencies that Supports Same-Name Withdrawal
        • Fiat Payout Onboarding Status Webhook
        • Get Fiat Payout Capabilities(new)
        • Onboard Fiat Payout Capability
        • Onboard Fiat Payout Capability(new)
        • Submit Additional Information for Fiat Withdrawal Request
        • Submit Additional Information for Fiat Withdrawal Request(new)
        • Submit Additional Information for Fiat Payout Capability Onboarding
        • Submit Additional Information for Fiat Payout Capability Onboarding(new)
      • Deposit
        • Get Fiat Deposit Detail
        • Get Fiat Deposit History
        • Fiat Deposit Webhook
    • Authentication
      • Get Token
    • Account Management
      • Internal Transfer
      • Get Statement
      • Get Balance
      • Get Balance 0119
      • Get Internal Transfer
    • Merchant Management
      • Create Merchant
      • Create Merchant 260104
      • Update Merchant
      • Get Merchant
      • Merchant Status Webhook
      • Create Merchant Copy
    • Conversion
      • Create Quotation
      • Create Conversion
      • Get Quotation
      • Get Conversion
      • Get Conversion History
      • Conversion Webhook
    • Settlement
      • Get Settlement Statement
      • Settlement Status Webhook
    • Tool
      • Upload File Copy
      • getTnC
      • Upload File
  1. Bank Acount Management(V2)

Create Fiat Account Application

Developing
POST
/v1.0/crm/fiatAccount/create
To create fiat account application
The following are list of the supporting document of a CORPORATE and INDIVIDUAL for supportingDocuments:
CORPORATE
DocumentsRemarks
Certificate of Incorporation / BizAcraColored copy
Certificate of Incumbency / NAR1 +BRO / BizAcraColored copy
Ownership Structure Chart (including % holdings) - 2 layers and aboveSigned and dated by Director within last 3 months
Copy of Passport for all UBOsColored copy, more than 6 months validity, Non-colored copy requires CTC
Proof of Address for UBOs and Authorised SignatoriesDated within the last 3 months
Board ResolutionSigned by one of the directors
Proof of SOF (HIGH RISK and/or PEP)Based on sourceOfFunds E.g. Loan agreement or sale agreement
Proof of Business IncomeDated withtin last 6 months. E.g. Client invoices/ contracts
INDIVIDUAL
DocumentsRemarks
Copy of Identity Card or PassportColored copy, more than 6 months validity, Non-colored copy requires CTC
Proof of Residential AddressE.g. utility bill, bank statement, tenancy agreement, government issued letter - dated within the last 3 months
Proof of SOF (HIGH RISK and/or PEP)Payslip, sale agreement, investment statement - dated within the last 3 months

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Body Params application/json

Example
{
    "participantCode": "string",
    "country": "string",
    "currency": "string",
    "merchantDetails": {
        "additionalPersonalDetails": {
            "phoneNumber": "string",
            "emailAddress": "string",
            "occupation": "string",
            "industry": 1,
            "financialInfo": {
                "expectedTradingVolumePerMonth": 1,
                "expectedTradingFrequencyPerMonth": 1
            }
        },
        "supportingDocuments": "string"
    }
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dev-api.mce.sg/v1.0/crm/fiatAccount/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "participantCode": "string",
    "country": "string",
    "currency": "string",
    "merchantDetails": {
        "additionalPersonalDetails": {
            "phoneNumber": "string",
            "emailAddress": "string",
            "occupation": "string",
            "industry": 1,
            "financialInfo": {
                "expectedTradingVolumePerMonth": 1,
                "expectedTradingFrequencyPerMonth": 1
            }
        },
        "supportingDocuments": "string"
    }
}'

Responses

🟢200Success
application/json
Body

Example
{
    "code": "string",
    "msg": "string",
    "data": {
        "applicationId": "string",
        "participantCode": "string",
        "country": "string",
        "currency": "string",
        "merchantDetails": {
            "additionalPersonalDetails": {
                "phoneNumber": "string",
                "emailAddress": "string",
                "occupation": "string",
                "industry": 1,
                "financialInfo": {
                    "expectedTradingVolumePerMonth": 1,
                    "expectedTradingFrequencyPerMonth": 1
                }
            },
            "supportingDocuments": "string"
        },
        "accountDetails": [
            {
                "beneficiaryName": "string",
                "beneficiaryAddress": "string",
                "baNumber": "string",
                "swiftCode": "string",
                "countryCode": "string",
                "bankName": "string",
                "bankAddress": "string",
                "intermediarySwiftCode": "string",
                "intermediaryCountryCode": "string",
                "intermediaryBankName": "string",
                "intermediaryBankAddress": "string",
                "currency": "string",
                "paymentReference": "string",
                "accountId": "string"
            }
        ],
        "status": 1,
        "statusInfo": "string",
        "createdAt": 0,
        "updatedAt": 0
    }
}
🟢200成功
Modified at 2025-11-21 05:46:47
Previous
Submit Additional Information for Fiat Account Request
Next
onboarding+va
Built with