Verify borrower information(API-C03)

Interface description

To verify the borrower's information, you need to set [Set Borrower Verification Request Set Borrower Verification Request(API-C04) in advance. Dowsure needs to check the seller's information to ensure the borrower's data security and data idempotence.

Interface address

UPDATE        /v1/psp/repayment-cancel

Set Borrower Verification Request(API-C04)

请求参数

Filed Description Required
borrowerType Enum
borrowerType
PERSONAL、ENTERPRISE
Required
borrowerName String(32)
Name of borrower (actual controller) and enterprise
Required
borrowerPhoneNumber String(15)
Mobile phone number of borrower (actual controller) and legal person
Optional
legalPersonName String(15)
Name of enterprise legal person
if Required
When [borrowerType=ENTERPRISE] Required
cardType Enum
Certificate type of borrower
IDCARD、PASSPORT
Required
cardNumber String(32)
ID No. of borrower
If the user does not access the payment company, this information is required to match the seller's account information in the payment company. MD5 encryption.
Required
bizLicenseNumber String(32)
Business license No. of borrower
If the user is not connected to the payment company and the seller is an enterprise user, this information is required to match the seller's account information in the payment company. MD5 encryption.
if Required
When [borrowerType=ENTERPRISE] Required
sellerList Object
For the seller information list, the amount, interest rate, currency, period and company can be verified without transmission.
Required

3.4 Request Example

{    
    "borrowerName":"Dowsure",
    "borrowerPhoneNumber":"15002166683",
    "borrowerType":"PERSONAL",
    "cardType":"",
    "cardNumber":"",
    "bizLicenseNumber":"",
    "sellerList":
    [{
        "sellerId":"ANTHH9FYI9WFU",
        "region":"US",
        "vaAccount":"",
        "routingNumber":"",
        "swiftCode":""
        ....
    }]
}

3.5 Response Parameters

Field Description Required
isMatch Enum
is match
TRUE、FALSE
Required

3.6 Response Example

{
    "isMatch":"TRUE"
}

results matching ""

    No results matching ""