Skip to main content
GET
/
payments
curl "https://production.methodfi.com/payments?from_date=2024-03-13&to_date=2024-03-15&status=pending" \
  -H "Method-Version: 2025-07-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
  "data": [
    {
      "id": "pmt_VeCfmkwGKb",
      "source": "acc_hmap9mbgfLcf9",
      "destination": "acc_YXDrjADGjC76U",
      "amount": 5000,
      "description": "Loan Pmt",
      "status": "pending",
      "estimated_completion_date": "2024-03-21",
      "source_trace_id": null,
      "source_settlement_date": "2024-03-15",
      "source_status": "pending",
      "destination_trace_id": null,
      "destination_settlement_date": "2024-03-21",
      "destination_status": "pending",
      "destination_payment_method": "paper",
      "reversal_id": null,
      "error": null,
      "metadata": null,
      "created_at": "2024-03-14T16:15:26.074Z",
      "updated_at": "2024-03-14T16:15:26.074Z"
    }
  ]
}
Returns a list of Payment objects.

Query Parameters

Returns

Returns a list of Payment objects.
curl "https://production.methodfi.com/payments?from_date=2024-03-13&to_date=2024-03-15&status=pending" \
  -H "Method-Version: 2025-07-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
  "data": [
    {
      "id": "pmt_VeCfmkwGKb",
      "source": "acc_hmap9mbgfLcf9",
      "destination": "acc_YXDrjADGjC76U",
      "amount": 5000,
      "description": "Loan Pmt",
      "status": "pending",
      "estimated_completion_date": "2024-03-21",
      "source_trace_id": null,
      "source_settlement_date": "2024-03-15",
      "source_status": "pending",
      "destination_trace_id": null,
      "destination_settlement_date": "2024-03-21",
      "destination_status": "pending",
      "destination_payment_method": "paper",
      "reversal_id": null,
      "error": null,
      "metadata": null,
      "created_at": "2024-03-14T16:15:26.074Z",
      "updated_at": "2024-03-14T16:15:26.074Z"
    }
  ]
}