获取业务数据源

SwaggerUI

参数说明

Request

name type required desc example
param JSONObject YES 参数
─epayAccount string YES 您的EPAY账号 test2020@epay.com
─version string YES 版本号 V2.0.0
channelCode string YES 渠道编码 46
sign string YES 签名

Response

name type required desc example
sign string YES 签名
epayAccount string YES 您的EPAY账号 test2020@epay.com
version string YES 版本号 V2.0.0
code integer YES 状态码 1:成功 1
message string YES 提示 success
data JSONarray 数据
─Source Of Fund object Source Of Fund
──1 string YES 键 - 值 Bank Deposi
──2 string YES 键 - 值 Grant from family or friends
─ID Type object ID Type
──1 string YES 键 - 值 national
──2 string YES 键 - 值 passport
─Purpose Of Remittance object Purpose Of Remittance
──1 string YES 键 - 值 Family/living expense
──2 string YES 键 - 值 Payment for services
─Beneficiary RelationShip object Beneficiary RelationShip
──1 string YES 键 - 值 OTHERS
──3 string YES 键 - 值 FAMILY MEMBER

参数示例

curl --location --request POST 'http://29597375fx.epaydev.xyz/capi/openapi/payoutApi/getCatalogue' \
--header 'Content-Type: application/json' \
--data-raw '{
  "param": {
  "param": {
    "epayAccount": "test2020@epay.com",
    "channelCode": "69",
    "version": "V2.0.0"
  },
  "sign": "{{sign}}"
}'

RequestExample

curl --location --request POST 'http://29597375fx.epaydev.xyz/capi/openapi/payoutApi/getCatalogue' \
--header 'Content-Type: application/json' \
--data-raw '{
  "param": {
  "param": {
    "epayAccount": "test2020@epay.com",
    "channelCode": "69",
    "version": "V2.0.0"
  },
  "sign": "{{sign}}"
}'

ResponseExample

{
  "sign": "",
  "epayAccount": "test2020@epay.com",
  "version": "V2.0.0",
  "code": 1,
  "message": "success",
  "data": {
        "Source Of Fund": {
            "1": "Bank Deposi",
            "2": "Grant from family or friends",
            "3": "Redemption of Investment products",
            "4": "Allowance for family maintenance",
            "5": "Loan",
            "6": "Salary",
            "7": "Real estate"
        },
        "ID Type": {
            "1": "national",
            "2": "passport"
        },
        "Purpose Of Remittance": {
            "1": "Family/living expense",
            "2": "Payment for services",
            "13": "Travel expenses"
        }
    }
}

results matching ""

    No results matching ""