Axiym

Receivable and repayments

View Markdown

A receivable is the obligation created when Axiym funds a client payment. It records what was funded, what is still outstanding, and every disbursement and repayment transaction.

Receivable fields

FieldMeaning
receivableIdIdentifier to store when a funding request is accepted.
initialPrincipalThe amount Axiym funded.
currentPrincipalThe principal still outstanding.
repaymentAmountEverything currently due: principal, interest, and fees.
issueDateWhen the receivable was created.
paymentTransactionThe client payment you asked Axiym to fund.
disbursedTransactionThe disbursement to your bank account, once it settled.
repaymentTransactionsEach repayment applied to this receivable.

The term and due date of a receivable are part of the client arrangement and are not returned by the API. There is no instalment schedule and no overdue state: a receivable stays active until it is repaid or canceled.

Statuses

StatusMeaning
PENDINGThe funding request was accepted; the disbursement is in progress.
ACTIVEThe disbursement settled and principal is outstanding. A partial repayment leaves the receivable ACTIVE with a lower currentPrincipal.
PAIDFully repaid.
CANCELEDThe receivable did not complete.

How incoming funds are attributed

When funds arrive at Axiym, they are matched to a client in this order. The first match wins.

OrderSignalDetails
1Settlement reference (RF number) in the memoThe ISO 11649 reference of the client's settlement account, for example RF44 0004 4703 01. It must be the whole memo; spaces are ignored.
2Client code in the memoFor example AXI000221, anywhere in the memo text.
3Sender bank accountUsed only when the memo has neither. The sending account is compared with the accounts known for the client, including accounts you have paid out to.

Only the RF number and the client code are recognized in a memo.

Funds that match a client go to that client's settlement account and are applied to its receivables automatically. Funds that match nothing, or whose memo cannot be resolved, go to your settlement account as unallocated. Apply them yourself with a manual repayment.

How funds are allocated

Funds are applied to the client's oldest active receivable first, then to the next one (FIFO). Within a receivable, the amount covers accrued interest and principal. Manual repayment follows the same rule; it does not select a receivable.

Principal and availableBalance change only once the repayment settles.

Excess funds

A settled repayment is final. Funds that were not needed for repayment stay on the client's settlement account: an overpayment by the client, or the part of a manual repayment above totalRepaymentAmount. Unallocated funds stay on your settlement account. Both can be returned to you; see Return excess funds.

Example

A USD 25,000 facility, no interest or fees, one funded payment of USD 10,000.

StepcreditLimitavailableBalanceprincipalOutstandingbalancecurrentPrincipal
Before funding25,00025,00000
Payment funded25,00015,00010,000010,000
USD 6,000 arrives for the client25,00015,00010,0006,00010,000
The USD 6,000 repayment settles25,00021,0004,00004,000

With interest and fees, part of each repayment covers interest first. Always read the current values from the API rather than deriving them.