Skip to main content
POST
/
wallet
/
api
/
card
/
balance
/
transfer
Card-to-Card Balance Transfer
curl --request POST \
  --url http://access-wallet.test.ftrader.pro/wallet/api/card/balance/transfer
{
  "code": 123,
  "msg": "<string>",
  "data": {
    "agencyCode": "<string>",
    "amount": 123,
    "appId": "<string>",
    "channelCardTransactionId": "<string>",
    "currency": "<string>",
    "entryType": "<string>",
    "fromAppUserEmail": "<string>",
    "fromAppUserId": "<string>",
    "fromCardNumber": "<string>",
    "fromEmbossedName": "<string>",
    "intent": "<string>",
    "postedAt": "2023-11-07T05:31:56Z",
    "status": "CREATED",
    "toAppUserEmail": "<string>",
    "toAppUserId": "<string>",
    "toCardNumber": "<string>",
    "toEmbossedName": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.cardplus.cc/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

agencyCode
string
required

Agency code

amount
number
required

Transfer amount (minimum 2)

appId
string
required

App identifier

fromAppUserEmail
string
required

Sender app user email

fromAppUserId
string
required

Sender app user ID

fromCardNumber
string
required

Sender card number

sign
string
required

Signature

timestamp
integer<int64>
required

Current millisecond timestamp (must be within 1 minute)

toAppUserEmail
string
required

Receiver app user email

toCardNumber
string
required

Receiver card number

Response

200 - application/json

OK

code
integer<int32>
required
msg
string
required
data
object