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

# gcm/delivery-methods/add

`POST /gcm/delivery-methods/add`

Add a new delivery method for a certain recipient contact and corridor delivery method.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `RecipientContactID` string, required
- `DeliveryChannelID` string, required
- `ClientAccountID` string
- `AccountType` string
- `BankAccountNumber` string
- `BankIdentifierCode` string
- `InternationalBankAccountNumber` string
- `EWalletID` string
- `ServiceProvider` string
- `TelephoneNumber` string
- `BankName` string
- `BankCode` string
- `BranchName` string

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Error message if any
  - `DeliveryMethodToken` string — The token of the added delivery method
  - `RecipientContactID` string — The recipient contact ID

---

[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)
