Skip to main content

Get Disbursement by ID or Idempotency Key

GET 

/v3/get-disbursement

Use this endpoint to get one specific transaction specified by idor idempotency key in the request URL

Request

Query Parameters

    id string

    Flip’s transaction id

    idempotency-key string

    Merchant'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...