Enums
Alg
Values
Value | Description |
---|---|
EdDSA |
EdDSA cryptographic algorithm. |
Crv
Values
Value | Description |
---|---|
Ed25519 |
Elliptic curve |
FeeType
Values
Value | Description |
---|---|
SENDING |
The sender is responsible for paying the fees. |
RECEIVING |
The receiver is responsible for paying the fees. |
IncomingPaymentState
Values
Value | Description |
---|---|
PENDING |
The payment is pending when it is initially created and has not started processing. |
PROCESSING |
The payment is being processed after funds have started clearing into the account. |
COMPLETED |
The payment is completed automatically once the expected |
EXPIRED |
The payment has expired before completion, and no further funds will be accepted. |
Kty
Values
Value | Description |
---|---|
OKP |
Octet Key Pair (OKP) key type. |
LiquidityError
Values
Value | Description |
---|---|
AlreadyPosted |
The transfer has already been posted. |
AlreadyVoided |
The transfer has already been voided. |
AmountZero |
The amount specified for the transfer is zero. |
InsufficientBalance |
Insufficient balance to complete the transfer. |
InvalidId |
The provided ID for the transfer is invalid. |
TransferExists |
A transfer with the same ID already exists. |
UnknownAsset |
The specified asset could not be found. |
UnknownIncomingPayment |
The specified incoming payment could not be found. |
UnknownPayment |
The specified payment could not be found. |
UnknownWalletAddress |
The specified wallet address could not be found. |
UnknownPeer |
The specified peer could not be found. |
UnknownTransfer |
The specified transfer could not be found. |
OutgoingPaymentState
Values
Value | Description |
---|---|
FUNDING |
The payment is reserving funds and will transition to |
SENDING |
The payment is in progress and will transition to |
COMPLETED |
The payment has been successfully completed. |
FAILED |
The payment has failed. |
CANCELLED |
The payment has been canceled. |
PaymentType
Values
Value | Description |
---|---|
INCOMING |
Represents an incoming payment. |
OUTGOING |
Represents an outgoing payment. |
SortOrder
Values
Value | Description |
---|---|
ASC |
Sort the results in ascending order. |
DESC |
Sort the results in descending order. |
TransferType
Values
Value | Description |
---|---|
DEPOSIT |
Represents a deposit transfer. |
WITHDRAWAL |
Represents a withdrawal transfer. |
TRANSFER |
Represents a generic transfer within Rafiki. |
WalletAddressStatus
Values
Value | Description |
---|---|
INACTIVE |
The status after deactivating a wallet address. |
ACTIVE |
The default status of a wallet address. |