LianLian Global Ew Recharges API

The Ew Recharges API from LianLian Global — 1 operation(s) for ew recharges.

Operations 1

GET /ew-recharges/{id} Get Recharge by ID #

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-ew-recharges-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-ew-recharges-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Add Funds Ew Recharges API
  version: '1.0'
  description: Top up your Balance Account through a bank transfer from your bank account to your top-up account.
servers:
- url: https://test-global-api.lianlianpay-inc.com/gateway/v1/
  description: SANDBOX
- url: https://uk-api.lianlianglobal.com/gateway/v1/
  description: UK PRD
- url: https://us-api.lianlianglobal.com/gateway/v1/
  description: US PRD
security:
- Authorization: []
- LLPAY-Signature: []
tags:
- name: Ew Recharges
paths:
  /ew-recharges/{id}:
    parameters:
    - schema:
        type: string
      name: id
      in: path
      required: true
      description: transaction ID
    get:
      summary: Get Recharge by ID
      tags:
      - Ew Recharges
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Recharge'
              examples: {}
        '404':
          description: User Not Found
      operationId: get-AddFunds-Id
      description: Retrieve the information of the Recharge transaction with the matching ID.
      security:
      - Authorization: []
      - LLPAY-Signature: []
components:
  schemas:
    Recharge:
      type: object
      x-tags:
      - Models
      x-examples:
        example-1:
          creditor_name: LIANLIAN INTERNATIONAL COMPANY LTD
          creditor_acct_no: '7000086793'
          receive_currency: USD
          receive_amount: '1400.00'
          pay_way: OFFLINE
          trans_way: WIRE
          pay_currency: USD
          ref: from test-gtc-soa
          account_id: 0201002850109
          pay_amount: '1400.00'
          id: '220600781510'
          fee: '0.00'
          userId: '2022053012868186'
          create_time: 1650879380000
          rechargeReceiveAmount: 1400000
          name: Bell Markets
          receiving_account_no: '71100000000000133'
          status: COMPLETED
      title: Recharge
      properties:
        id:
          type: string
          description: Unique ID created by the LianLian Global.
        business_order_id:
          type: string
          description: Business Order ID.
        creditor_name:
          type: string
          description: Name of creditor.
        creditor_account_no:
          type: string
          description: Account NO of creditor.
        receive_amount:
          type: string
          description: The received amount, main currency unit, rounded up to 2 decimal places.
        receive_currency:
          type: string
          description: The receive currency (in three-letter [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format).
        pay_amount:
          type: string
          description: The amount actually paid, main currency unit, rounded up to 2 decimal places.
        pay_currency:
          type: string
          description: The currency actually paid (in three-letter [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format).
        reference:
          type: string
          description: This is the postscript information.
        account_id:
          type: string
          description: Balance Account ID.
        fee:
          type: string
          description: The Recharge fee amount, main currency unit, rounded up to 2 decimal places.
        user_id:
          type: string
          description: Unique identifier of the User.
        name:
          type: string
          description: Name of User.
        status:
          type: string
          description: Status of Recharge.
          enum:
          - PROCESSING
          - FAILED
          - CANCELLED
          - REFUNDING
          - REFUNDED
          - COMPLETED
        create_time:
          type: integer
          description: The object creation time. Measured in milliseconds since the Unix epoch.
        top_up_account_info:
          $ref: ./CommonModel.json#/components/schemas/Bank
  securitySchemes:
    Authorization:
      type: http
      scheme: basic
    LLPAY-Signature:
      name: t=timestamp, v=signature
      type: apiKey
      in: header
x-stoplight:
  id: eq9nb59dhpbmh