Create Beneficiary

Paynow

This section demonstrates how to create a beneficiary for PayNow.

FieldTypeDescription
payment_methodstringMust be "LOCAL"
bank_details.bank_country_codestringMust be "SG"
bank_details.account_currency_codestringMust be "SGD"
bank_details.clearing_systemstringMust be "PayNow"
additional_info.proxy_idstringPayNow identifier; must be UEN, phone number, or VPA depending on actual user info.
emailstringOptional field.
nicknamestringOptional field.

entity_type = COMPANY

{
    "email": "[email protected]",
    "entity_type": "COMPANY",
    "payment_method": "LOCAL",
    "nickname": "optional nick name",
    "bank_details": {
        "bank_country_code": "SG",
        "account_currency_code": "SGD",
        "clearing_system": "PayNow"
    },
    "additional_info": {
        "proxy_id": "UEN, phone number, or VPA"
    }
}

entity_type = INDIVIDUAL

{
    "email": "[email protected]",
    "entity_type": "INDIVIDUAL",
    "payment_method": "LOCAL",
    "nickname": "optional nickname",
    "bank_details": {
        "bank_country_code": "SG",
        "account_currency_code": "SGD",
        "clearing_system": "PayNow"
    },
    "additional_info": {
        "proxy_id": "UEN, phone number, or VPA"
    }
}

MockData

entityTypeproxyId说明
INDIVIDUALS1234567ANRIC 测试用户
INDIVIDUAL+6591234567手机号(MSISDN)测试用户
COMPANYUEN1234567XUEN 公司测试用户
COMPANYabc#xyz企业 VPA 测试用户