---
title: "Get Pending Merchant Credits"
method: POST
path: "/getPendingMerchantCredits"
tags: ["Transactions"]
---

# Get Pending Merchant Credits

`POST /getPendingMerchantCredits`

Use the Get Pending Merchant Credits endpoint to retrieve all merchant credits that are in the "pending" or "waiting to be processed" status. The `programId` parameter is required. Pass the `accountNo` parameter to get pending credits for the specified account.

See <a href="ref:record-set-paging" target="_blank">Record-Set Pagination</a> for instructions on using the paging parameters.

## Response `default`

- object
  - `status_code` integer, nullable, required — The response status code. May return a string for some statuses.
  - `status` string, nullable, required — The condition of a process or response
  - `processing_time` number, float, nullable, required — The time elapsed in processing the transaction
  - `echo` object, nullable, required — A structure that contains transaction ID information
    - `transaction_id` string, nullable, required — An ID that represents an API transaction
    - `provider_timestamp` string, date-time, nullable, required — Store a related timestamp for reporting and troubleshooting purposes
    - `provider_transaction_id` string, nullable, required — Secondary transaction identifier (generated by a provider)
  - `system_timestamp` string, date-time, nullable, required — A system generated timestamp
  - `rtoken` string, nullable, required — A system-generated ID used for tracking
  - `errors` string[] — A list of errors generated while the request was processed
  - `response_data` object, nullable, required — A structure for the response data. It can be empty but usually will contain information.
    - `page` number, required — The page number retrieved in the context of recordset paging
    - `total_record_count` number, required — The number of records in the display
    - `number_of_pages` number, required — Total number of pages in the accounts list display
    - `pending_merchant_credits` object[], required — List of information on pending merchant credits
      - `settle_id` string, required — ID that has been assigned a transaction that has been settled
      - `settle_ts` string, date-time, nullable, required — Timestamp for settled transaction
      - `amount` number, nullable, required — The amount of pending merchant credit
      - `description` string, nullable, required — The description of a pending merchant credit
      - `pmt_ref_no` string, required — A system-generated account number
      - `card_id` string, nullable, required — ID of the card as found in the RDF
      - `first_name` string, nullable, required — A person's first name as listed on the account
      - `last_name` string, nullable, required — A person's last name as listed on the account

---

[API](https://skmtc.net/galileo-ft/apis/program-api.md) · [All operations](https://skmtc.net/galileo-ft/apis/program-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/galileo-ft/program-api/versions/bcd728f97a18/schema)
