Skip to main content
GET
/
api
/
DeliveryChannel
/
Get
/
{providerDeliveryChannelId}
cURL
curl --request GET \
  --url https://api.uat.accessrc.org/api/DeliveryChannel/Get/{providerDeliveryChannelId} \
  --header 'x-api-key: <api-key>'
{
  "error": null,
  "data": {
    "isApproved": true,
    "status": "ONLINE",
    "providerDeliveryChannelId": "ced2396b-32b5-4b08-bd98-7830dfb2b622",
    "name": {
      "language": "EN",
      "translation": "Bulgaria Moneygram"
    },
    "shortDescription": {
      "language": "EN",
      "translation": "Collect your cash transfer at any MoneyGram agent location in Bulgaria using your valid identification and transaction reference number."
    },
    "landingPage": "www.moneygram.com",
    "contacts": [
      {
        "email": "[email protected]",
        "name": "John Doe",
        "phone": "+902129343472"
      }
    ],
    "callCenter": {
      "phone": "+18009269400",
      "email": "[email protected]",
      "website": "https://www.moneygram.com/mgo/ie/en/help/contact/",
      "whatsapp": "+905441112233"
    },
    "availability": {
      "categoriesSupported": [
        "CASH"
      ],
      "countriesSupported": [
        "BG",
        "HN",
        "ML",
        "PL"
      ],
      "countriesExcluded": [
        "UY"
      ],
      "kycSupported": [
        "ALL"
      ],
      "kycExcluded": [
        "OTHER"
      ],
      "currenciesSupported": [
        "USD",
        "EUR",
        "GBP"
      ],
      "currenciesExcluded": [
        "CHF"
      ],
      "nationalitiesSupported": [
        "BULGARIAN",
        "UKRAINIAN",
        "HUNGARIAN"
      ],
      "nationalitiesExcluded": [
        "FINNISH",
        "CROATIAN"
      ]
    },
    "budget": null,
    "deliveryOptions": [
      {
        "fieldLabel": "IBAN (22 characters)",
        "fieldName": "accountNumber",
        "fieldMaxLength": 28,
        "fieldMinLength": 28,
        "dataType": "STRING",
        "defaultValue": "",
        "validationRegex": "^HN[0-9A-Za-z]*$",
        "isRequired": true
      }
    ]
  },
  "status": "success"
}

Authorizations

x-api-key
string
header
required

API Key required in x-api-key header

Path Parameters

providerDeliveryChannelId
string
required

Unique identifier (UUID) of the provider’s delivery channel. Used to reference this specific configuration in API operations.

Response

OK

Error
object
Data
object