Disbursement: Get Details

This page explains how to monitor a disbursement’s progress using its ID with the API, covering statuses, usage scenarios, and best practices, with a link to the API Reference for details.

Related API Reference

🔗

API Reference: Get Disbursement by id


Overview

  • The Retrieve Disbursement Details function allows you to access all information related to a specific disbursement transaction.
  • This includes the disbursement's current status, the details, and any relevant reference data.
  • Use this feature to monitor progress, perform reconciliations, or provide customer support

How It Works


Disbursement Status Model


The following table summarizes the statuses a disbursement may go through:

StatusDescription
ACCEPTEDYou submitted a disbursement request. We verified and accepted it, and it has been queued for processing on our side.
DISBURSEMENT_REQUESTEDWe forwarded your disbursement request to the designated payment method (e.g. bank or wallet). It is now being processed externally; final status pending.
PAID_OUTFunds have been successfully transferred to the recipient’s account.
DECLINEDThe payout was rejected due to invalid details or restrictions.
ERRORThe payout failed due to a technical issue; a retry may be required.

When to Use

  • Get details of the disbursement transaction
  • Check the status of a disbursement operation.
  • Audit and reconcile transactions for your records.
  • Support customer queries about a specific disbursement process.

Disbursement Structure

The table below describes the general information a disbursement can contain. These top-level fields provide overall context of a disbursement transaction.

NameDescription
idUnique identifier for the disbursement transaction
paymentMethodIdIdentifier of the payment method used for the disbursement
paymentMethodNameHuman-readable name of the payment method
submittedAmountAmount requested for disbursement, including value and currency
authAmountAmount authorised by the payment method, including value and currency
payerObject containing personal or business details of the sender
payeeObject containing personal or business details of the recipient
payerPaymentInstrumentDetails of the payment instrument used by the payer
payeePaymentInstrumentDetails of the payment instrument receiving the funds
disbursementLinkOptional reference or URL linking to additional disbursement info
createdAtTimestamp indicating when the disbursement was created
processingStatusCodeInternal code indicating processing status or outcome
statusMessageHuman-readable explanation of the current status
statusCurrent status of the disbursement