Create a kypay transfer from Olky internal ledger to polygon
POST/web3/kypay/transfer/polygon
Create a kypay transfer from Olky internal ledger to polygon
Request
- application/json
 
Body
Transfer request
ClientUUID stringrequired
Your Client (NaturalPerson or LegalEntity) UUID
Amount integerrequired
Transaction amount in euro cents (10000 = 100Ôé¼)
Responses
- 200
 - 401
 - 4XX|5XX
 
The transaction hash on polygon blockchain
- application/json
 
- Schema
 - Example (from schema)
 
Schema
status boolean
transactionHash string
{
  "status": "true",
  "transactionHash": "0x2dee5ee6a32a5a4da678ba587d8aa58a5003d723bb015009ee1417e0ff406a88"
}
Unauthorized
- application/json
 
- Schema
 - Example (from schema)
 
Schema
code integer
message string
{
  "code": "401",
  "message": "JWT Token not found"
}
An error occured
- application/json
 
- Schema
 - Example (from schema)
 
Schema
success boolean
code integer
internal_code integer
message string
{
  "success": "false",
  "code": "400",
  "internal_code": "3001",
  "message": "Incorect data"
}
Loading...