Money in statuses
Learn about money in statuses
Money in transaction status
Transaction status, also referred to as payment status, is returned as TransStatus
when you query a money in transaction. For example, the value "TransStatus": 1
means that the transaction has been approved or captured.
Payment funding status
The payment funding status describes where in the settlement process a transaction is. This status is returned as SettlementStatus
when you query a transaction. For example, the value "SettlementStatus":1
means the funding is in transit.
Batch status
Batches, also called payment groups, are collections of transactions gathered together to be processed at one time. Transactions can be captured or cancelled in a batch while the status is Open. When the status moves to Closed, the batch begins processing, and transactions can’t be cancelled or added to the batch.
Batch status is returned as BatchStatus
when you query a batch. For example, the value "BatchStatus": 3
means that the batch has been funded.
If your batches seem stuck in the Pending or Open status, this could mean there’s an issue with the funding configuration setup or other funding errors. Common causes of this include incomplete funding configuration on the paypoint or incorrect bank details entered during the underwriting process.
If you notice batches staying in Pending status for an extended period, contact Support to verify your funding configuration. After the configuration is fixed, existing batches will process and future batches will go through the normal funding cycle.
Transfer status
Transfer status is the status of a payment to the merchant. Successful transactions are batched, and when those funds have been collected, Payabli transfers that amount to the merchants bank.
This status is returned as TransferStatus
when you query a batch. For example, the value "TransferStatus":1
means the transfer is in transit.
Invoice status
This status is returned as invoiceStatus
when your query involves an invoice. For example, the value "invoiceStatus": 1
means that the invoice is open.
Subscription status
When you query a subscription via the API, the status is returned in the body as SubStatus
.