---
title: "gcm/withdraw/transactions"
method: GET
path: "/gcm/withdraw/transactions"
tags: ["Withdraw Endpoints"]
---

# gcm/withdraw/transactions

`GET /gcm/withdraw/transactions`

Get a list of crossborder withdraw transactions.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `ClientAccountID` string
- `StartDateTime` string
- `EndDateTime` string
- `Limit` integer
- `Timezone ` string

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Error message if any
  - `Transactions` object — The list of crossborder withdraw transactions
    - `0` object
      - `TransactionID` string — The transaction ID
      - `DestinationCountryAbbreviation` string — The destination country abbreviation
      - `RecipientName` string — The recipient name
      - `FirstName` string — The first name
      - `LastName` string — The last name
      - `BusinessName` string — The business name
      - `Status` string — The status of the transaction
      - `DeliveryMethodType` string — The delivery method type
      - `PaymentType` string — If the payment was a buy or a sell
      - `FeesIncluded` string — If the payment included fees or not
      - `TransactionDate` string — The date of the transaction
      - `Amount` string — The amount
      - `PrincipalAmount` string — The principalAmount amount
      - `CustomerCreditedAmount` string — The credited amount
      - `FXRate` string — The foreign exchange rate
      - `RecipientCurrency` string — The recipient currency
      - `SenderCurrency` string — The sender currency
      - `CorridorID` string — The corridor ID
      - `RecipientContactID` string — The recipient contact ID
      - `DeliveryMethodID` string — The delivery method ID
      - `DeliveryMethodToken` string — The delivery method token
      - `SenderPurposeOfPayment` string — The purpose of the payment
      - `CashoutCode` string — The cashout code
      - `SenderBusinessName` string — The sender's business name
      - `SenderNationality` string — The sender's nationality
      - `SenderGovernmentIds` string — The sender's government IDs
      - `SenderOccupation` string — The sender's occupation
      - `SenderRelationshipWithBeneficiary` string — The sender's relationship with the beneficiary
      - `SenderSourceOfIncome` string — The sender's source of income
      - `SenderDateOfBirth` string — The sender's date of birth
      - `SenderFirstName` string — The sender's first name
      - `SenderLastName` string — The sender's last name
      - `SenderAddress1` string — The sender's address line 1
      - `SenderAddress2` string — The sender's address line 2
      - `SenderAddressCity` string — The sender's city
      - `SenderAddressPostalCode` string — The sender's postal code
      - `SenderAddressCountry` string — The sender's country
      - `SenderAddressProvince` string — The sender's province
      - `SenderEmailAddress` string — The sender's email address
      - `RecipientFirstName` string — The recipient's first name
      - `RecipientLastName` string — The recipient's last name
      - `RecipientAddress1` string — The recipient's address line 1
      - `RecipientAddress2` string — The recipient's address line 2
      - `RecipientAddressCity` string — The recipient's city
      - `RecipientAddressPostalCode` string — The recipient's postal code
      - `RecipientAddressCountry` string — The recipient's country
      - `RecipientAddressProvince` string — The recipient's province
      - `RecipientPhone` string — The recipient's phone number
      - `RecipientEmailAddress` string — The recipient's email address
      - `RecipientNationality` string — The recipient's nationality
      - `RecipientBusinessName` string — The recipient's business name
      - `RecipientGovernmentIds` string — The recipient's government IDs
      - `FailureReason` string — The reason for failure, if any
      - `GLCode` string — General ledger code.
      - `TransactionTypeCode` string — CPA transaction code.

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
