Enums
Alg
Values
| Value | Description |
|---|---|
| EdDSA |
Crv
Values
| Value | Description |
|---|---|
| Ed25519 |
FeeType
Values
| Value | Description |
|---|---|
| SENDING |
Sender pays the fees |
| RECEIVING |
Receiver pays the fees |
IncomingPaymentState
Values
| Value | Description |
|---|---|
| PENDING |
The payment has a state of PENDING when it is initially created. |
| PROCESSING |
As soon as payment has started (funds have cleared into the account) the state moves to PROCESSING |
| COMPLETED |
The payment is either auto-completed once the received amount equals the expected |
| EXPIRED |
If the payment expires before it is completed then the state will move to EXPIRED and no further payments will be accepted. |
Kty
Values
| Value | Description |
|---|---|
| OKP |
LiquidityError
Values
| Value | Description |
|---|---|
| AlreadyPosted | |
| AlreadyVoided | |
| AmountZero | |
| InsufficientBalance | |
| InvalidId | |
| TransferExists | |
| UnknownAsset | |
| UnknownIncomingPayment | |
| UnknownPayment | |
| UnknownWalletAddress | |
| UnknownPeer | |
| UnknownTransfer |
OutgoingPaymentState
Values
| Value | Description |
|---|---|
| FUNDING |
Will transition to SENDING once payment funds are reserved |
| SENDING |
Paying, will transition to COMPLETED on success |
| COMPLETED |
Successful completion |
| FAILED |
Payment failed |
| CANCELLED |
Payment cancelled |
PaymentType
Values
| Value | Description |
|---|---|
| INCOMING | |
| OUTGOING |
SortOrder
Values
| Value | Description |
|---|---|
| ASC |
Choose ascending order for results. |
| DESC |
Choose descending order for results. |
WalletAddressStatus
Values
| Value | Description |
|---|---|
| INACTIVE |
Status after deactivating |
| ACTIVE |
Default status |