Skip to content
GitHub

Enums

Alg

Values

ValueDescription
EdDSA

Crv

Values

ValueDescription
Ed25519

FeeType

Values

ValueDescription
SENDING

Sender pays the fees

RECEIVING

Receiver pays the fees

IncomingPaymentState

Values

ValueDescription
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 incomingAmount, or it is completed manually via an API call.

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

ValueDescription
OKP

LiquidityError

Values

ValueDescription
AlreadyPosted
AlreadyVoided
AmountZero
InsufficientBalance
InvalidId
TransferExists
UnknownAsset
UnknownIncomingPayment
UnknownPayment
UnknownWalletAddress
UnknownPeer
UnknownTransfer

OutgoingPaymentState

Values

ValueDescription
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

ValueDescription
INCOMING
OUTGOING

SortOrder

Values

ValueDescription
ASC

Choose ascending order for results.

DESC

Choose descending order for results.

WalletAddressStatus

Values

ValueDescription
INACTIVE

Status after deactivating

ACTIVE

Default status