---
title: "gcm/delivery-methods"
method: GET
path: "/gcm/delivery-methods"
tags: ["Delivery Method Endpoints"]
---

# gcm/delivery-methods

`GET /gcm/delivery-methods`

Get a list of all the stored delivery methods for a certain recipient contact and corridor delivery method (optional).

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `RecipientContactID` string, required
- `ClientAccountID` string
- `DeliveryChannelID` string

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `DeliveryMethods` object — The stored delivery methods
    - `0` object
      - `DeliveryMethodToken` string — The delivery method token
      - `DeliveryChannelID` string — The delivery channel ID
      - `BankAccountNumber` string — The bank account number
      - `BankIdentifierCode` string — The bank identifier code
      - `InternationalBankAccountNumber` string — The international bank account number
      - `EWalletID` string — The e-wallet ID
      - `ServiceProvider` string — The service provider
      - `TelephoneNumber` string — The telephone number
      - `BankName` string — The bank name
      - `BankCode` string — The bank code
      - `BranchName` string — The branch name
      - `AccountType` string — The account type
      - `DeliveryMethodType` string — The delivery method type
      - `DestinationCountry` string — The destination country
      - `DestinationCountryCode` string — The destination country code
      - `DestinationAbbreviation` string — The destination abbreviation
      - `DeliveryFee` string — The delivery fee

---

[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/versions/7033bd231ec7/schema)
