Disbursements
/
Get Disbursements Awaiting Approval

Get Disbursements Awaiting Approval

GET
https://api.vivamo.co/v1/disbursements/pending-validation

List all disbursements in pending-validation status. Review each and call Proceed With Disbursement to approve or reject.

Response

List of pending disbursements.
    array
      disbursementIntentId
      string
      The Vivamo disbursement intent ID. Pass this to the Proceed With Disbursement endpoint.
      externalCustomerId
      string
      The customer identifier you provided.
      externalDisbursementId
      string
      Your unique identifier for this disbursement.
      customerId
      object
      Summary of the customer's profile.
        data
        object
          firstName
          string
          lastName
          string
          email
          string
          phone
          string
      amount
      string
      The requested payout amount.
      currency
      string
      The currency code.
      type
      string
      The payout method selected by the customer.
        card
        string
        bank
        string
        pay_by_bank
        string
        crypto
        string
      status
      object
        name
        string
        Always `pending-validation` for this endpoint.
        createdAt
        string
      createdAt
      string
      Timestamp when the disbursement was submitted.
Built with