Skip to main content

Get Agent Disbursement data by ID

GET 

/v2/agent-disbursements/:transaction_id

An endpoint for obtaining the Agent’s disbursement data by it’s ID.

Request

Path Parameters

    transaction_id stringrequired

    Flip’s transaction id

Responses

Expected Response

Schema

    id integer
    user_id integer
    amount integer
    status string
    reason string
    timestamp date-time
    bank_code string
    account_number string
    recipient_name string
    sender_bank string
    remark string
    receipt string
    time_served date-time
    bundle_id integer
    company_id integer
    recipient_city integer
    created_from string
    direction string
    sender string
    fee integer
    beneficiary_email string
    idempotency_key string
Loading...