LianLian Global Deposits API

The Deposits API from LianLian Global — 2 operation(s) for deposits.

Operations 2

POST /deposits/{deposit_id} Receiving account deposit confirm #
GET /deposits Get list of deposits

Specifications

Other Resources

🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/b2b-cross-border/ZG9jOjQ1Mg-open-api
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/B2B-inflow-payout/ZG9jOjQ1Mg-open-api
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/llp-api/4b402d5ab3edd-api-introduction-v1-2
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/cards-open-api/4b402d5ab3edd-introduction
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/connect/ydcoebflkrejd-connect-api
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/connect-ota/4b402d5ab3edd-open-api
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/lppe/72b66de24898e-introduction
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/outbound-payout/4b402d5ab3edd-api-introduction
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/outbound-payout-ka/4b402d5ab3edd-api-introduction
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/outbound-payout-service/4b402d5ab3edd-api-introduction
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/outbound-payout-verification/ztrytr7ruzey9-balance-api
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/llg-payments/4b402d5ab3edd-summary
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/global-payout/ZG9jOjQ1Mg-api-introduction
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/global-payout-fx/e13ca9b34d037-exchange
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/global-payout-tuition/4b402d5ab3edd-api-introduction
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/standard-remittance/4b402d5ab3edd-api-introduction
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/triplink/d04slm5ra253f-
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/e-wallet-openapi/72b66de24898e-introduction

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/lianlian-global-deposits-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

lianlian-global-deposits-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Deposits API
  version: '1.0'
servers:
- url: https://global-api.lianlian.com/api/v1
tags:
- name: Deposits
paths:
  /deposits/{deposit_id}:
    parameters:
    - schema:
        type: string
      name: deposit_id
      in: path
      required: true
    post:
      summary: Receiving account deposit confirm
      operationId: deposit_id
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  action_type:
                    type: string
                    x-stoplight:
                      id: rh8ngz15547ei
                    description: "操作类型\n`PROCESS`::推进加款 \n`REFUND`:退款 \n`RELEASE`:解付"
                  action_time:
                    type: string
                    x-stoplight:
                      id: j2ldn2ryqfi0m
                    description: '操作时间

                      请求操作的时间'
                  deposit_id:
                    type: string
                    x-stoplight:
                      id: qh59vx9g0ett1
                    description: 加款单ID
                  status:
                    type: string
                    x-stoplight:
                      id: 989odckxa4n3f
                    description: "加款单状态\n`REQUIRE_ACTION`:待补充贸易材料 \n`PENDING`:待处理(加款的过程中遇到了异常)\n`PROCESSING`:加款中 \n`SUCCEEDED`:完成 \n`REFUND_PENDING`:退款中 \n`REFUND`:已退款 \n`ONWAY`:在途"
                  global_account_number:
                    type: string
                    x-stoplight:
                      id: xygh0qy5eiymq
                    description: 全球收款账户账号
        '400':
          description: "**code**|**message**\n---|---\nPARAM_ERROR|A parameter value is not valid or missing.\nREASON_REQUIRED|REASON_REQUIRED\nFAILURE|An error occurred while processing the request.  e.g. The payer's account does not exist \nABNORMAL|System error, please retry."
          content:
            application/json:
              schema:
                $ref: ../models/Error.yaml
              examples:
                Example 1:
                  value:
                    ? ''
                    : string
      description: '收款账户入金确认。

        - 当status为REQUIRE_ACTION时,允许提交,提交后状态变为PROCESSING。该接口不允许同一deposit_id并发提交,会返回REQUEST_CONFLICT

        对于接口超时情况,可使用deposit_id查询Get list of deposits接口获取处理结果'
      requestBody:
        content:
          application/json:
            schema:
              type: object
              required:
              - deposit_id
              - business_type
              - action
              properties:
                deposit_id:
                  type: string
                  description: 加款单ID
                business_type:
                  type: string
                  description: "业务类型。\n\n枚举 | 说明 \n---------|----------\nGOODS_PURCHASE|商品采购,用于支付商品采购的费用\nSALARY|工资薪金,用于发放工资、薪金的款项\nLOGISTICS|物流费用,用于支付物流相关的费用\nCOMMISSIONS|交易佣金,用于支付佣金相关的费用\nADVERTISEMENT|广告费用,用于支付广告营销相关的费用\nECOMMERCE|电商货款\nBRAND_TECHNICAL_SERVICE|商标注册,用于支付商标注册相关的费用\nHEALTHCARE_SERVICES|医疗相关服务\nIMPORT_TRADE|进口付款\nWITHDRAW|提现\n"
                action:
                  type: string
                  description: '是否入账

                    `PROCESS`:推进加款

                    `REFUND`:退款

                    `RELEASE`:解付,加款单状态为onway时,可以支持`RELEASE`

                    '
                transaction_document_batch_id:
                  type: string
                  description: 材料id,单个
                reason:
                  type: string
                  description: 拒绝理由,`action=REFUND`时,此字段需必填
      security:
      - 客户端凭据授权: []
      parameters:
      - $ref: ../Base/Webhooks.yaml#/components/parameters/header-Content-Type
      - $ref: ../Base/Webhooks.yaml#/components/parameters/header-Authorization
      tags:
      - Deposits
  /deposits:
    parameters: []
    get:
      summary: Get list of deposits
      tags:
      - Deposits
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  total_size:
                    type: string
                    x-stoplight:
                      id: dfudx446awchx
                    description: 总记录数
                  page_size:
                    type: string
                    x-stoplight:
                      id: 6fmsyalqkt8eg
                    description: 每页条数
                  page:
                    type: string
                    x-stoplight:
                      id: zfp2p0hbzwvcr
                    description: 当前页码
                  total_count:
                    type: string
                    x-stoplight:
                      id: s8fdp1ntr0dyk
                    description: 总条数
                  total_page:
                    type: string
                    x-stoplight:
                      id: 5qg7m5jee2w6g
                    description: 总页数
                  page_list:
                    x-stoplight:
                      id: ssrnxcg10zecu
                    type: array
                    items:
                      $ref: '#/components/schemas/Deposit_-_copy'
                      x-stoplight:
                        id: xwn00d3fkf6y1
        '400':
          description: '**code**|**message**

            ---|---

            PARAM_ERROR|A parameter value is not valid or missing   e.g:clientId is null

            ILLEGAL_ARGUMENT_EXCEPTION|Parameter check failure. e.g.user_id and sso_user_id cannot be empty at the same

            INVALID_PARAMETER_VALUE| A parameter value is not valid.'
          content:
            application/json:
              schema:
                $ref: ../models/Error.yaml
      operationId: ''
      description: 获取入金列表信息。
      requestBody:
        content: {}
        description: ''
      parameters:
      - $ref: ../Base/Webhooks.yaml#/components/parameters/header-Content-Type
      - $ref: ../Base/Webhooks.yaml#/components/parameters/header-Authorization
      - schema:
          type: string
        in: query
        name: page
        description: 页码,默认值为1
      - schema:
          type: string
        in: query
        name: page_size
        description: 每页查询数量,默认值20
      - schema:
          type: string
        in: query
        name: id
        description: 全球收款账户ID
      - schema:
          type: string
        in: query
        name: account_number
        description: 全球收款账户账号
      - schema:
          type: string
        in: query
        name: currency
        description: 加款单币种
      - schema:
          type: string
        in: query
        name: deposit_id
        description: 加款单ID
      - schema:
          type: number
        in: query
        name: start_time
        description: 加款单查询的开始日期,13位时间戳毫秒
      - schema:
          type: number
        in: query
        name: end_time
        description: 加款单查询的截止日期,13位时间戳毫秒
      - schema:
          type: string
        in: query
        name: status
        description: 加款单状态
      security:
      - 客户端凭据授权: []
components:
  schemas:
    Deposit_-_copy:
      title: Deposits
      x-stoplight:
        id: 6682setxt571t
      type: object
      properties:
        user_id:
          type: string
          description: 此加款单对应的用户ID
        deposit_type:
          type: string
          description: 入金类型:`BANK_ACCOUNT`银行转账入金`LL_ACCOUNT`连连内部账户转账入金
        deposit_id:
          type: string
          description: 加款单ID
        account_number:
          type: string
          description: 全球收款账户账号
        id:
          type: string
          description: 全球收款账户唯一标识
        amount:
          type: string
          description: 加款单金额,小数点后2位
        currency:
          type: string
          description: 加款单的币种
        fee_amount:
          type: string
          description: 服务费金额,如无服务费则返回'0'
        fee_currency:
          type: string
          description: 服务费币种,与入账币种一致
        payer_name:
          type: string
          description: 付款人名称
        status:
          type: string
          description: '加款单状态

            `REQUIRE_ACTION`:待补充贸易材料

            `PENDING`:待处理(加款的过程中遇到了异常)

            `PROCESSING`:加款中

            `SUCCEEDED`:完成

            `REFUND_PENDING`:退款中

            `REFUND`:已退款

            `ONWAY`:在途(资金审批完成后入账至【在途】账户)'
        message:
          type: string
          description: 加款单入账结果说明
        remark:
          type: string
          description: 交易附言
        create_time:
          type: number
          description: 加款单状创建时间,13位时间戳毫秒
        update_time:
          type: number
          description: 加款单状态变更时间,13位时间戳毫秒
        payment_methods:
          type: string
          x-stoplight:
            id: d6zwkzpxd1syx
          description: 可以收到资金的付款方式`SWIFT`,`LOCAL`
        branch_name:
          type: string
          x-stoplight:
            id: e5wfhj9fxg8f3
          description: 发卡银行分支行名称,例如:花旗香港
  securitySchemes:
    Component:
      type: oauth2
      flows:
        clientCredentials:
          tokenUrl: /oauth2/token
          refreshUrl: /oauth2/token
          scopes: {}
      description: 详情参考[Authentication](https://developer.lianlianglobal.com/docs/lppe/b6b6c2d4906e9-authentication) > 客户端凭据授权
x-stoplight:
  id: 2nj93bq745btm