Transfer Object

A transfer is a single money movement between accounts within the platform

{
  "uuid": "8uh7-n332-9vst-l2c1",
  "referenceId": "[your_reference]",
  "recipientId": "u734-981324saf-53tu",
  "amount": 100000,
  "remarks": "transfer for coffeeshop",
  "transferType": "DIRECT",
  "status": "SUCCESS",
  "transaction_timestamp": "2024-05-13T08:21:44.967496538Z",
  "created": "2024-05-13T08:21:44.967496538Z",
  "updated": "2024-05-13T08:21:44.967496538Z"
}

Detail Transfer Object

Parameter
Data Type
Requirement
Description

uuid

String

M

Object Unique Identifier

referenceId

String

M

Merchant Reference Id from the Client's System

recipientId

String

M

UUID of the Recipient, recipient can be a merchant for platform case or a customer for wallet case

amount

Number

M

Transfer amount

remarks

String

M

Transfer note or remarks from the Client's System

transferType

String

M

status

ENUM

M

Transfer Status, one of SUCCESS, PENDING and FAILED

transactionTimestamp

String

M

Transfer transaction timestamp

created

String

M

Transfer Object created time in ISO-8601 Format. i.e. 2024-05-13T08:21:44.967496538Z

updated

String

M

Transfer Object last updated time in ISO-8601 Format. i.e. 2024-05-13T08:21:44.967496538Z

Last updated