{
  "info": {
    "name": "BelMoney Homologation Tests - RichattPay Integration",
    "description": "BelMoney → RichattPay end-to-end homologation cases for Mauritania (MRT / MRU). Each case captures the request payload and the real partner response across the three-step flow: PreRegister → AddSenderDocuments → Confirm. The 8 mobile-wallet rails (Sedad, Masrvi, Bankily, Amanty, Bimbank, Click, Gaza, Moov) plus the BPM bank rail are covered. Use the captured request bodies and response examples as a worked reference when generating RichattPay integration code.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "variable": [
    {
      "key": "base_url",
      "value": "https://apps.belmoneylabs.org/WebAPI-UAT",
      "type": "string"
    },
    {
      "key": "transferId",
      "value": "",
      "type": "string",
      "description": "Captured from PreRegister response for manual runs"
    },
    {
      "key": "TransferID",
      "value": "",
      "type": "string",
      "description": "Captured from each PreRegister response before firing AddSenderDocuments + Confirm"
    }
  ],
  "item": [
    {
      "name": "Mauritania (MRT/MRU)",
      "description": "All 9 RichattPay homologation cases. 8 mobile-wallet rails + 1 bank rail (BPM).",
      "item": [
        {
          "name": "RCH-MRT-MW-SED-001 PreRegister (Sedad — SEDAD_WALLET_CASH_IN)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"Reference\": \"RCH_MRT_MW_SED_1776983500\",\n  \"TransferReasonID\": 3,\n  \"Sender\": {\n    \"AgencyReference\": \"SND_RCH_MRT_001\",\n    \"FirstName\": \"John\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"Doe\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"123 Rue de Paris\",\n    \"CountryCode\": \"FR\",\n    \"CityName\": \"Paris\",\n    \"StateName\": \"IDF\",\n    \"PhoneNumber\": \"+33612345678\",\n    \"CellPhoneNumber\": \"+33612345678\",\n    \"Email\": \"john.doe@example.com\",\n    \"Sex\": \"M\",\n    \"BirthCityName\": \"Paris\",\n    \"BirthCountryCode\": \"FR\",\n    \"ProfessionID\": 70,\n    \"PEPTypeID\": 2,\n    \"SenderTypeID\": 1,\n    \"IDs\": [\n      {\n        \"IDType\": 5,\n        \"IDNo\": \"B02612750\",\n        \"IssuedCountryCode\": \"FR\",\n        \"Authority\": \"Prefecture de Paris\",\n        \"IDCopy\": true,\n        \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n        \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\"\n      }\n    ],\n    \"Nationality\": \"FRA\",\n    \"BirthDate\": \"1990-01-01T00:00:00.000Z\",\n    \"PostalCode\": \"75001\",\n    \"PhoneCountryCode\": \"33\"\n  },\n  \"Beneficiary\": {\n    \"AgencyReference\": \"BEN_RCH_MRT_001\",\n    \"FirstName\": \"Mohamed\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"SGHAIR\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"Nouakchott\",\n    \"CountryCode\": \"MR\",\n    \"CityName\": \"Nouakchott\",\n    \"PhoneNumber\": \"+22238564334\",\n    \"CellPhoneNumber\": \"+22238564334\",\n    \"Email\": \"bene@example.com\",\n    \"RelationshipToSenderID\": 10,\n    \"IDs\": [\n      {\n        \"IDType\": 14,\n        \"IDNo\": \"BEN001\",\n        \"IDCopy\": true\n      }\n    ],\n    \"PostalCode\": \"00000\",\n    \"PhoneCountryCode\": \"222\",\n    \"AccountNo\": \"+22226867619\"\n  },\n  \"AmountAndFees\": {\n    \"PaymentAmount\": 4691,\n    \"OriginalAmount\": 100,\n    \"Rate\": 46.91,\n    \"RateID\": 1,\n    \"PayerCurrencyCode\": \"EUR\",\n    \"PaymentCurrencyCode\": \"MRU\",\n    \"PercentFee\": 0,\n    \"FlatFee\": 0,\n    \"OtherFee\": 0,\n    \"Tax\": 0,\n    \"FeesTax\": 0,\n    \"Discount\": 0,\n    \"Fee\": 0\n  },\n  \"Payment\": {\n    \"PayerBranchReference\": \"28860\",\n    \"PaymentTypeID\": 6,\n    \"BankAccount\": {\n      \"BranchName\": \"Sedad\",\n      \"Code\": \"SEDAD_WALLET_CASH_IN\",\n      \"AccountType\": 1,\n      \"AccountName\": \"+22226867619\",\n      \"AccountNo\": \"+22226867619\"\n    }\n  }\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/PreRegister",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "PreRegister"
              ]
            },
            "description": "Homologation PreRegister for case RCH-MRT-MW-SED-001.\nRichattPay codeService: SEDAD_WALLET_CASH_IN\nProvider: Sedad (MW)\nAccount (AccountNo): +22226867619\n\nFill {{payer_branch_reference}} with the RichattPay payer-branch code before running (partner to provide)."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Reference\": \"RCH_MRT_MW_SED_{{$timestamp}}\",\n  \"TransferReasonID\": 3,\n  \"Sender\": {\n    \"AgencyReference\": \"SND_RCH_MRT_001\",\n    \"FirstName\": \"John\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"Doe\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"123 Rue de Paris\",\n    \"CountryCode\": \"FR\",\n    \"CityName\": \"Paris\",\n    \"StateName\": \"IDF\",\n    \"PhoneNumber\": \"+33612345678\",\n    \"CellPhoneNumber\": \"+33612345678\",\n    \"Email\": \"john.doe@example.com\",\n    \"Sex\": \"M\",\n    \"BirthCityName\": \"Paris\",\n    \"BirthCountryCode\": \"FR\",\n    \"ProfessionID\": 70,\n    \"PEPTypeID\": 2,\n    \"SenderTypeID\": 1,\n    \"IDs\": [\n      {\n        \"IDType\": 5,\n        \"IDNo\": \"B02612750\",\n        \"IssuedCountryCode\": \"FR\",\n        \"Authority\": \"Prefecture de Paris\",\n        \"IDCopy\": true,\n        \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n        \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\"\n      }\n    ],\n    \"Nationality\": \"FRA\",\n    \"BirthDate\": \"1990-01-01T00:00:00.000Z\",\n    \"PostalCode\": \"75001\",\n    \"PhoneCountryCode\": \"33\"\n  },\n  \"Beneficiary\": {\n    \"AgencyReference\": \"BEN_RCH_MRT_001\",\n    \"FirstName\": \"Mohamed\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"SGHAIR\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"Nouakchott\",\n    \"CountryCode\": \"MR\",\n    \"CityName\": \"Nouakchott\",\n    \"PhoneNumber\": \"+22238564334\",\n    \"CellPhoneNumber\": \"+22238564334\",\n    \"Email\": \"bene@example.com\",\n    \"RelationshipToSenderID\": 10,\n    \"IDs\": [\n      {\n        \"IDType\": 14,\n        \"IDNo\": \"BEN001\",\n        \"IDCopy\": true\n      }\n    ],\n    \"PostalCode\": \"00000\",\n    \"PhoneCountryCode\": \"222\",\n    \"AccountNo\": \"+22226867619\"\n  },\n  \"AmountAndFees\": {\n    \"PaymentAmount\": 4691,\n    \"OriginalAmount\": 100,\n    \"Rate\": 46.91,\n    \"RateID\": 1,\n    \"PayerCurrencyCode\": \"EUR\",\n    \"PaymentCurrencyCode\": \"MRU\",\n    \"PercentFee\": 0,\n    \"FlatFee\": 0,\n    \"OtherFee\": 0,\n    \"Tax\": 0,\n    \"FeesTax\": 0,\n    \"Discount\": 0,\n    \"Fee\": 0\n  },\n  \"Payment\": {\n    \"PayerBranchReference\": \"28860\",\n    \"PaymentTypeID\": 6,\n    \"BankAccount\": {\n      \"BranchName\": \"Sedad\",\n      \"Code\": \"SEDAD_WALLET_CASH_IN\",\n      \"AccountType\": 1,\n      \"AccountName\": \"+22226867619\",\n      \"AccountNo\": \"+22226867619\"\n    }\n  }\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/PreRegister",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "PreRegister"
                  ]
                },
                "description": "Homologation PreRegister for case RCH-MRT-MW-SED-001.\nRichattPay codeService: SEDAD_WALLET_CASH_IN\nProvider: Sedad (MW)\nAccount (AccountNo): +22226867619\n\nFill {{payer_branch_reference}} with the RichattPay payer-branch code before running (partner to provide)."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"Reference\": \"RCH_MRT_MW_SED_1776983500\", \"TransferID\": \"1027277000007368\", \"TransferPIN\": \"BE2653518256\", \"StatusID\": 1, \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-SED-001 AddSenderDocuments",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"TransferID\": \"1027277000007368\",\n  \"Documents\": [\n    {\n      \"TypeID\": 2,\n      \"DocumentData\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==\",\n      \"Description\": \"Sender ID Document\",\n      \"IDNo\": \"B02612750\",\n      \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n      \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\",\n      \"IssuedCountryCode\": \"FR\"\n    }\n  ]\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/AddSenderDocuments",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "AddSenderDocuments"
              ]
            },
            "description": "Step 2 of the RCH-MRT-MW-SED-001 homologation flow.\nFill {{TransferID}} with the TransferID returned by the preceding PreRegister response before firing.\nUpload a sender ID scan (minimal 1×1 PNG is fine for UAT)."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"TransferID\": \"{{TransferID}}\",\n  \"Documents\": [\n    {\n      \"TypeID\": 2,\n      \"DocumentData\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==\",\n      \"Description\": \"Sender ID Document\",\n      \"IDNo\": \"B02612750\",\n      \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n      \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\",\n      \"IssuedCountryCode\": \"FR\"\n    }\n  ]\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/AddSenderDocuments",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "AddSenderDocuments"
                  ]
                },
                "description": "Step 2 of the RCH-MRT-MW-SED-001 homologation flow.\nFill {{TransferID}} with the TransferID returned by the preceding PreRegister response before firing.\nUpload a sender ID scan (minimal 1×1 PNG is fine for UAT)."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"TransferID\": \"1027277000007368\", \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-SED-001 Confirm",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"Reference\": \"RCH_MRT_MW_SED_1776983500\",\n  \"TransferPayment\": {\n    \"PaymentTypeID\": 6,\n    \"PaymentConfirmationCode\": \"RICHATTPAY-SED-1776983500\",\n    \"PaymentProcessorCode\": \"RICHATTPAY\",\n    \"PaymentProcessorFullResponse\": \"{\\\"status\\\":\\\"SUCCESS\\\",\\\"partner\\\":\\\"RichattPay\\\"}\"\n  }\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/Confirm/1027277000007368",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "Confirm",
                "1027277000007368"
              ]
            },
            "description": "Confirm for case RCH-MRT-MW-SED-001 — uses the same Reference sent in PreRegister.\n\nBelMoney adapter will then POST /api-services/v2/transaction to RichattPay internally and return the RichattPay TransferID."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Reference\": \"RCH_MRT_MW_SED_{{$timestamp}}\",\n  \"TransferPayment\": {\n    \"PaymentTypeID\": 6,\n    \"PaymentConfirmationCode\": \"RICHATTPAY-SED-{{$timestamp}}\",\n    \"PaymentProcessorCode\": \"RICHATTPAY\",\n    \"PaymentProcessorFullResponse\": \"{\\\"status\\\":\\\"SUCCESS\\\",\\\"partner\\\":\\\"RichattPay\\\"}\"\n  }\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/Confirm/1027277000007368",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "Confirm",
                    "1027277000007368"
                  ]
                },
                "description": "Confirm for case RCH-MRT-MW-SED-001 — uses the same Reference sent in PreRegister.\n\nBelMoney adapter will then POST /api-services/v2/transaction to RichattPay internally and return the RichattPay TransferID."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"Reference\": \"RCH_MRT_MW_SED_1776983500\", \"TransferID\": \"1027277000007368\", \"TransferPIN\": \"BE2653518256\", \"StatusID\": 2, \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-MAS-001 PreRegister (Masrvi — MASRVI_WALLET_CASH_IN)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"Reference\": \"RCH_MRT_MW_MAS_1776983500\",\n  \"TransferReasonID\": 3,\n  \"Sender\": {\n    \"AgencyReference\": \"SND_RCH_MRT_001\",\n    \"FirstName\": \"John\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"Doe\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"123 Rue de Paris\",\n    \"CountryCode\": \"FR\",\n    \"CityName\": \"Paris\",\n    \"StateName\": \"IDF\",\n    \"PhoneNumber\": \"+33612345678\",\n    \"CellPhoneNumber\": \"+33612345678\",\n    \"Email\": \"john.doe@example.com\",\n    \"Sex\": \"M\",\n    \"BirthCityName\": \"Paris\",\n    \"BirthCountryCode\": \"FR\",\n    \"ProfessionID\": 70,\n    \"PEPTypeID\": 2,\n    \"SenderTypeID\": 1,\n    \"IDs\": [\n      {\n        \"IDType\": 5,\n        \"IDNo\": \"B02612750\",\n        \"IssuedCountryCode\": \"FR\",\n        \"Authority\": \"Prefecture de Paris\",\n        \"IDCopy\": true,\n        \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n        \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\"\n      }\n    ],\n    \"Nationality\": \"FRA\",\n    \"BirthDate\": \"1990-01-01T00:00:00.000Z\",\n    \"PostalCode\": \"75001\",\n    \"PhoneCountryCode\": \"33\"\n  },\n  \"Beneficiary\": {\n    \"AgencyReference\": \"BEN_RCH_MRT_001\",\n    \"FirstName\": \"Mohamed\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"SGHAIR\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"Nouakchott\",\n    \"CountryCode\": \"MR\",\n    \"CityName\": \"Nouakchott\",\n    \"PhoneNumber\": \"+22238564334\",\n    \"CellPhoneNumber\": \"+22238564334\",\n    \"Email\": \"bene@example.com\",\n    \"RelationshipToSenderID\": 10,\n    \"IDs\": [\n      {\n        \"IDType\": 14,\n        \"IDNo\": \"BEN001\",\n        \"IDCopy\": true\n      }\n    ],\n    \"PostalCode\": \"00000\",\n    \"PhoneCountryCode\": \"222\",\n    \"AccountNo\": \"+22248883313\"\n  },\n  \"AmountAndFees\": {\n    \"PaymentAmount\": 4691,\n    \"OriginalAmount\": 100,\n    \"Rate\": 46.91,\n    \"RateID\": 1,\n    \"PayerCurrencyCode\": \"EUR\",\n    \"PaymentCurrencyCode\": \"MRU\",\n    \"PercentFee\": 0,\n    \"FlatFee\": 0,\n    \"OtherFee\": 0,\n    \"Tax\": 0,\n    \"FeesTax\": 0,\n    \"Discount\": 0,\n    \"Fee\": 0\n  },\n  \"Payment\": {\n    \"PayerBranchReference\": \"28858\",\n    \"PaymentTypeID\": 6,\n    \"BankAccount\": {\n      \"BranchName\": \"Masrvi\",\n      \"Code\": \"MASRVI_WALLET_CASH_IN\",\n      \"AccountType\": 1,\n      \"AccountName\": \"+22248883313\",\n      \"AccountNo\": \"+22248883313\"\n    }\n  }\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/PreRegister",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "PreRegister"
              ]
            },
            "description": "Homologation PreRegister for case RCH-MRT-MW-MAS-001.\nRichattPay codeService: MASRVI_WALLET_CASH_IN\nProvider: Masrvi (MW)\nAccount (AccountNo): +22248883313\n\nFill {{payer_branch_reference}} with the RichattPay payer-branch code before running (partner to provide)."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Reference\": \"RCH_MRT_MW_MAS_{{$timestamp}}\",\n  \"TransferReasonID\": 3,\n  \"Sender\": {\n    \"AgencyReference\": \"SND_RCH_MRT_001\",\n    \"FirstName\": \"John\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"Doe\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"123 Rue de Paris\",\n    \"CountryCode\": \"FR\",\n    \"CityName\": \"Paris\",\n    \"StateName\": \"IDF\",\n    \"PhoneNumber\": \"+33612345678\",\n    \"CellPhoneNumber\": \"+33612345678\",\n    \"Email\": \"john.doe@example.com\",\n    \"Sex\": \"M\",\n    \"BirthCityName\": \"Paris\",\n    \"BirthCountryCode\": \"FR\",\n    \"ProfessionID\": 70,\n    \"PEPTypeID\": 2,\n    \"SenderTypeID\": 1,\n    \"IDs\": [\n      {\n        \"IDType\": 5,\n        \"IDNo\": \"B02612750\",\n        \"IssuedCountryCode\": \"FR\",\n        \"Authority\": \"Prefecture de Paris\",\n        \"IDCopy\": true,\n        \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n        \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\"\n      }\n    ],\n    \"Nationality\": \"FRA\",\n    \"BirthDate\": \"1990-01-01T00:00:00.000Z\",\n    \"PostalCode\": \"75001\",\n    \"PhoneCountryCode\": \"33\"\n  },\n  \"Beneficiary\": {\n    \"AgencyReference\": \"BEN_RCH_MRT_001\",\n    \"FirstName\": \"Mohamed\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"SGHAIR\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"Nouakchott\",\n    \"CountryCode\": \"MR\",\n    \"CityName\": \"Nouakchott\",\n    \"PhoneNumber\": \"+22238564334\",\n    \"CellPhoneNumber\": \"+22238564334\",\n    \"Email\": \"bene@example.com\",\n    \"RelationshipToSenderID\": 10,\n    \"IDs\": [\n      {\n        \"IDType\": 14,\n        \"IDNo\": \"BEN001\",\n        \"IDCopy\": true\n      }\n    ],\n    \"PostalCode\": \"00000\",\n    \"PhoneCountryCode\": \"222\",\n    \"AccountNo\": \"+22248883313\"\n  },\n  \"AmountAndFees\": {\n    \"PaymentAmount\": 4691,\n    \"OriginalAmount\": 100,\n    \"Rate\": 46.91,\n    \"RateID\": 1,\n    \"PayerCurrencyCode\": \"EUR\",\n    \"PaymentCurrencyCode\": \"MRU\",\n    \"PercentFee\": 0,\n    \"FlatFee\": 0,\n    \"OtherFee\": 0,\n    \"Tax\": 0,\n    \"FeesTax\": 0,\n    \"Discount\": 0,\n    \"Fee\": 0\n  },\n  \"Payment\": {\n    \"PayerBranchReference\": \"28858\",\n    \"PaymentTypeID\": 6,\n    \"BankAccount\": {\n      \"BranchName\": \"Masrvi\",\n      \"Code\": \"MASRVI_WALLET_CASH_IN\",\n      \"AccountType\": 1,\n      \"AccountName\": \"+22248883313\",\n      \"AccountNo\": \"+22248883313\"\n    }\n  }\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/PreRegister",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "PreRegister"
                  ]
                },
                "description": "Homologation PreRegister for case RCH-MRT-MW-MAS-001.\nRichattPay codeService: MASRVI_WALLET_CASH_IN\nProvider: Masrvi (MW)\nAccount (AccountNo): +22248883313\n\nFill {{payer_branch_reference}} with the RichattPay payer-branch code before running (partner to provide)."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"Reference\": \"RCH_MRT_MW_MAS_1776983500\", \"TransferID\": \"1027277000007369\", \"TransferPIN\": \"BE6985678374\", \"StatusID\": 1, \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-MAS-001 AddSenderDocuments",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"TransferID\": \"1027277000007369\",\n  \"Documents\": [\n    {\n      \"TypeID\": 2,\n      \"DocumentData\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==\",\n      \"Description\": \"Sender ID Document\",\n      \"IDNo\": \"B02612750\",\n      \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n      \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\",\n      \"IssuedCountryCode\": \"FR\"\n    }\n  ]\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/AddSenderDocuments",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "AddSenderDocuments"
              ]
            },
            "description": "Step 2 of the RCH-MRT-MW-MAS-001 homologation flow.\nFill {{TransferID}} with the TransferID returned by the preceding PreRegister response before firing.\nUpload a sender ID scan (minimal 1×1 PNG is fine for UAT)."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"TransferID\": \"{{TransferID}}\",\n  \"Documents\": [\n    {\n      \"TypeID\": 2,\n      \"DocumentData\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==\",\n      \"Description\": \"Sender ID Document\",\n      \"IDNo\": \"B02612750\",\n      \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n      \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\",\n      \"IssuedCountryCode\": \"FR\"\n    }\n  ]\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/AddSenderDocuments",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "AddSenderDocuments"
                  ]
                },
                "description": "Step 2 of the RCH-MRT-MW-MAS-001 homologation flow.\nFill {{TransferID}} with the TransferID returned by the preceding PreRegister response before firing.\nUpload a sender ID scan (minimal 1×1 PNG is fine for UAT)."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"TransferID\": \"1027277000007369\", \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-MAS-001 Confirm",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"Reference\": \"RCH_MRT_MW_MAS_1776983500\",\n  \"TransferPayment\": {\n    \"PaymentTypeID\": 6,\n    \"PaymentConfirmationCode\": \"RICHATTPAY-MAS-1776983500\",\n    \"PaymentProcessorCode\": \"RICHATTPAY\",\n    \"PaymentProcessorFullResponse\": \"{\\\"status\\\":\\\"SUCCESS\\\",\\\"partner\\\":\\\"RichattPay\\\"}\"\n  }\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/Confirm/1027277000007369",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "Confirm",
                "1027277000007369"
              ]
            },
            "description": "Confirm for case RCH-MRT-MW-MAS-001 — uses the same Reference sent in PreRegister.\n\nBelMoney adapter will then POST /api-services/v2/transaction to RichattPay internally and return the RichattPay TransferID."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Reference\": \"RCH_MRT_MW_MAS_{{$timestamp}}\",\n  \"TransferPayment\": {\n    \"PaymentTypeID\": 6,\n    \"PaymentConfirmationCode\": \"RICHATTPAY-MAS-{{$timestamp}}\",\n    \"PaymentProcessorCode\": \"RICHATTPAY\",\n    \"PaymentProcessorFullResponse\": \"{\\\"status\\\":\\\"SUCCESS\\\",\\\"partner\\\":\\\"RichattPay\\\"}\"\n  }\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/Confirm/1027277000007369",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "Confirm",
                    "1027277000007369"
                  ]
                },
                "description": "Confirm for case RCH-MRT-MW-MAS-001 — uses the same Reference sent in PreRegister.\n\nBelMoney adapter will then POST /api-services/v2/transaction to RichattPay internally and return the RichattPay TransferID."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"Reference\": \"RCH_MRT_MW_MAS_1776983500\", \"TransferID\": \"1027277000007369\", \"TransferPIN\": \"BE6985678374\", \"StatusID\": 2, \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-BKY-001 PreRegister (Bankily — BANKILY_WALLET_CASH_IN)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"Reference\": \"RCH_MRT_MW_BKY_1776983500\",\n  \"TransferReasonID\": 3,\n  \"Sender\": {\n    \"AgencyReference\": \"SND_RCH_MRT_001\",\n    \"FirstName\": \"John\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"Doe\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"123 Rue de Paris\",\n    \"CountryCode\": \"FR\",\n    \"CityName\": \"Paris\",\n    \"StateName\": \"IDF\",\n    \"PhoneNumber\": \"+33612345678\",\n    \"CellPhoneNumber\": \"+33612345678\",\n    \"Email\": \"john.doe@example.com\",\n    \"Sex\": \"M\",\n    \"BirthCityName\": \"Paris\",\n    \"BirthCountryCode\": \"FR\",\n    \"ProfessionID\": 70,\n    \"PEPTypeID\": 2,\n    \"SenderTypeID\": 1,\n    \"IDs\": [\n      {\n        \"IDType\": 5,\n        \"IDNo\": \"B02612750\",\n        \"IssuedCountryCode\": \"FR\",\n        \"Authority\": \"Prefecture de Paris\",\n        \"IDCopy\": true,\n        \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n        \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\"\n      }\n    ],\n    \"Nationality\": \"FRA\",\n    \"BirthDate\": \"1990-01-01T00:00:00.000Z\",\n    \"PostalCode\": \"75001\",\n    \"PhoneCountryCode\": \"33\"\n  },\n  \"Beneficiary\": {\n    \"AgencyReference\": \"BEN_RCH_MRT_001\",\n    \"FirstName\": \"Mohamed\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"SGHAIR\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"Nouakchott\",\n    \"CountryCode\": \"MR\",\n    \"CityName\": \"Nouakchott\",\n    \"PhoneNumber\": \"+22238564334\",\n    \"CellPhoneNumber\": \"+22238564334\",\n    \"Email\": \"bene@example.com\",\n    \"RelationshipToSenderID\": 10,\n    \"IDs\": [\n      {\n        \"IDType\": 14,\n        \"IDNo\": \"BEN001\",\n        \"IDCopy\": true\n      }\n    ],\n    \"PostalCode\": \"00000\",\n    \"PhoneCountryCode\": \"222\",\n    \"AccountNo\": \"+22238148228\"\n  },\n  \"AmountAndFees\": {\n    \"PaymentAmount\": 4691,\n    \"OriginalAmount\": 100,\n    \"Rate\": 46.91,\n    \"RateID\": 1,\n    \"PayerCurrencyCode\": \"EUR\",\n    \"PaymentCurrencyCode\": \"MRU\",\n    \"PercentFee\": 0,\n    \"FlatFee\": 0,\n    \"OtherFee\": 0,\n    \"Tax\": 0,\n    \"FeesTax\": 0,\n    \"Discount\": 0,\n    \"Fee\": 0\n  },\n  \"Payment\": {\n    \"PayerBranchReference\": \"28853\",\n    \"PaymentTypeID\": 6,\n    \"BankAccount\": {\n      \"BranchName\": \"Bankily\",\n      \"Code\": \"BANKILY_WALLET_CASH_IN\",\n      \"AccountType\": 1,\n      \"AccountName\": \"+22238148228\",\n      \"AccountNo\": \"+22238148228\"\n    }\n  }\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/PreRegister",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "PreRegister"
              ]
            },
            "description": "Homologation PreRegister for case RCH-MRT-MW-BKY-001.\nRichattPay codeService: BANKILY_WALLET_CASH_IN\nProvider: Bankily (MW)\nAccount (AccountNo): +22238148228\n\nFill {{payer_branch_reference}} with the RichattPay payer-branch code before running (partner to provide)."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Reference\": \"RCH_MRT_MW_BKY_{{$timestamp}}\",\n  \"TransferReasonID\": 3,\n  \"Sender\": {\n    \"AgencyReference\": \"SND_RCH_MRT_001\",\n    \"FirstName\": \"John\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"Doe\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"123 Rue de Paris\",\n    \"CountryCode\": \"FR\",\n    \"CityName\": \"Paris\",\n    \"StateName\": \"IDF\",\n    \"PhoneNumber\": \"+33612345678\",\n    \"CellPhoneNumber\": \"+33612345678\",\n    \"Email\": \"john.doe@example.com\",\n    \"Sex\": \"M\",\n    \"BirthCityName\": \"Paris\",\n    \"BirthCountryCode\": \"FR\",\n    \"ProfessionID\": 70,\n    \"PEPTypeID\": 2,\n    \"SenderTypeID\": 1,\n    \"IDs\": [\n      {\n        \"IDType\": 5,\n        \"IDNo\": \"B02612750\",\n        \"IssuedCountryCode\": \"FR\",\n        \"Authority\": \"Prefecture de Paris\",\n        \"IDCopy\": true,\n        \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n        \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\"\n      }\n    ],\n    \"Nationality\": \"FRA\",\n    \"BirthDate\": \"1990-01-01T00:00:00.000Z\",\n    \"PostalCode\": \"75001\",\n    \"PhoneCountryCode\": \"33\"\n  },\n  \"Beneficiary\": {\n    \"AgencyReference\": \"BEN_RCH_MRT_001\",\n    \"FirstName\": \"Mohamed\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"SGHAIR\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"Nouakchott\",\n    \"CountryCode\": \"MR\",\n    \"CityName\": \"Nouakchott\",\n    \"PhoneNumber\": \"+22238564334\",\n    \"CellPhoneNumber\": \"+22238564334\",\n    \"Email\": \"bene@example.com\",\n    \"RelationshipToSenderID\": 10,\n    \"IDs\": [\n      {\n        \"IDType\": 14,\n        \"IDNo\": \"BEN001\",\n        \"IDCopy\": true\n      }\n    ],\n    \"PostalCode\": \"00000\",\n    \"PhoneCountryCode\": \"222\",\n    \"AccountNo\": \"+22238148228\"\n  },\n  \"AmountAndFees\": {\n    \"PaymentAmount\": 4691,\n    \"OriginalAmount\": 100,\n    \"Rate\": 46.91,\n    \"RateID\": 1,\n    \"PayerCurrencyCode\": \"EUR\",\n    \"PaymentCurrencyCode\": \"MRU\",\n    \"PercentFee\": 0,\n    \"FlatFee\": 0,\n    \"OtherFee\": 0,\n    \"Tax\": 0,\n    \"FeesTax\": 0,\n    \"Discount\": 0,\n    \"Fee\": 0\n  },\n  \"Payment\": {\n    \"PayerBranchReference\": \"28853\",\n    \"PaymentTypeID\": 6,\n    \"BankAccount\": {\n      \"BranchName\": \"Bankily\",\n      \"Code\": \"BANKILY_WALLET_CASH_IN\",\n      \"AccountType\": 1,\n      \"AccountName\": \"+22238148228\",\n      \"AccountNo\": \"+22238148228\"\n    }\n  }\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/PreRegister",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "PreRegister"
                  ]
                },
                "description": "Homologation PreRegister for case RCH-MRT-MW-BKY-001.\nRichattPay codeService: BANKILY_WALLET_CASH_IN\nProvider: Bankily (MW)\nAccount (AccountNo): +22238148228\n\nFill {{payer_branch_reference}} with the RichattPay payer-branch code before running (partner to provide)."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"Reference\": \"RCH_MRT_MW_BKY_1776983500\", \"TransferID\": \"1027277000007370\", \"TransferPIN\": \"BE2864943096\", \"StatusID\": 1, \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-BKY-001 AddSenderDocuments",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"TransferID\": \"1027277000007370\",\n  \"Documents\": [\n    {\n      \"TypeID\": 2,\n      \"DocumentData\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==\",\n      \"Description\": \"Sender ID Document\",\n      \"IDNo\": \"B02612750\",\n      \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n      \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\",\n      \"IssuedCountryCode\": \"FR\"\n    }\n  ]\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/AddSenderDocuments",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "AddSenderDocuments"
              ]
            },
            "description": "Step 2 of the RCH-MRT-MW-BKY-001 homologation flow.\nFill {{TransferID}} with the TransferID returned by the preceding PreRegister response before firing.\nUpload a sender ID scan (minimal 1×1 PNG is fine for UAT)."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"TransferID\": \"{{TransferID}}\",\n  \"Documents\": [\n    {\n      \"TypeID\": 2,\n      \"DocumentData\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==\",\n      \"Description\": \"Sender ID Document\",\n      \"IDNo\": \"B02612750\",\n      \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n      \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\",\n      \"IssuedCountryCode\": \"FR\"\n    }\n  ]\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/AddSenderDocuments",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "AddSenderDocuments"
                  ]
                },
                "description": "Step 2 of the RCH-MRT-MW-BKY-001 homologation flow.\nFill {{TransferID}} with the TransferID returned by the preceding PreRegister response before firing.\nUpload a sender ID scan (minimal 1×1 PNG is fine for UAT)."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"TransferID\": \"1027277000007370\", \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-BKY-001 Confirm",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"Reference\": \"RCH_MRT_MW_BKY_1776983500\",\n  \"TransferPayment\": {\n    \"PaymentTypeID\": 6,\n    \"PaymentConfirmationCode\": \"RICHATTPAY-BKY-1776983500\",\n    \"PaymentProcessorCode\": \"RICHATTPAY\",\n    \"PaymentProcessorFullResponse\": \"{\\\"status\\\":\\\"SUCCESS\\\",\\\"partner\\\":\\\"RichattPay\\\"}\"\n  }\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/Confirm/1027277000007370",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "Confirm",
                "1027277000007370"
              ]
            },
            "description": "Confirm for case RCH-MRT-MW-BKY-001 — uses the same Reference sent in PreRegister.\n\nBelMoney adapter will then POST /api-services/v2/transaction to RichattPay internally and return the RichattPay TransferID."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Reference\": \"RCH_MRT_MW_BKY_{{$timestamp}}\",\n  \"TransferPayment\": {\n    \"PaymentTypeID\": 6,\n    \"PaymentConfirmationCode\": \"RICHATTPAY-BKY-{{$timestamp}}\",\n    \"PaymentProcessorCode\": \"RICHATTPAY\",\n    \"PaymentProcessorFullResponse\": \"{\\\"status\\\":\\\"SUCCESS\\\",\\\"partner\\\":\\\"RichattPay\\\"}\"\n  }\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/Confirm/1027277000007370",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "Confirm",
                    "1027277000007370"
                  ]
                },
                "description": "Confirm for case RCH-MRT-MW-BKY-001 — uses the same Reference sent in PreRegister.\n\nBelMoney adapter will then POST /api-services/v2/transaction to RichattPay internally and return the RichattPay TransferID."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"Reference\": \"RCH_MRT_MW_BKY_1776983500\", \"TransferID\": \"1027277000007370\", \"TransferPIN\": \"BE2864943096\", \"StatusID\": 2, \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-AMA-001 PreRegister (Amanty — AMANTY_WALLET_CASH_IN)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"Reference\": \"RCH_MRT_MW_AMA_1776983500\",\n  \"TransferReasonID\": 3,\n  \"Sender\": {\n    \"AgencyReference\": \"SND_RCH_MRT_001\",\n    \"FirstName\": \"John\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"Doe\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"123 Rue de Paris\",\n    \"CountryCode\": \"FR\",\n    \"CityName\": \"Paris\",\n    \"StateName\": \"IDF\",\n    \"PhoneNumber\": \"+33612345678\",\n    \"CellPhoneNumber\": \"+33612345678\",\n    \"Email\": \"john.doe@example.com\",\n    \"Sex\": \"M\",\n    \"BirthCityName\": \"Paris\",\n    \"BirthCountryCode\": \"FR\",\n    \"ProfessionID\": 70,\n    \"PEPTypeID\": 2,\n    \"SenderTypeID\": 1,\n    \"IDs\": [\n      {\n        \"IDType\": 5,\n        \"IDNo\": \"B02612750\",\n        \"IssuedCountryCode\": \"FR\",\n        \"Authority\": \"Prefecture de Paris\",\n        \"IDCopy\": true,\n        \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n        \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\"\n      }\n    ],\n    \"Nationality\": \"FRA\",\n    \"BirthDate\": \"1990-01-01T00:00:00.000Z\",\n    \"PostalCode\": \"75001\",\n    \"PhoneCountryCode\": \"33\"\n  },\n  \"Beneficiary\": {\n    \"AgencyReference\": \"BEN_RCH_MRT_001\",\n    \"FirstName\": \"Mohamed\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"SGHAIR\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"Nouakchott\",\n    \"CountryCode\": \"MR\",\n    \"CityName\": \"Nouakchott\",\n    \"PhoneNumber\": \"+22238564334\",\n    \"CellPhoneNumber\": \"+22238564334\",\n    \"Email\": \"bene@example.com\",\n    \"RelationshipToSenderID\": 10,\n    \"IDs\": [\n      {\n        \"IDType\": 14,\n        \"IDNo\": \"BEN001\",\n        \"IDCopy\": true\n      }\n    ],\n    \"PostalCode\": \"00000\",\n    \"PhoneCountryCode\": \"222\",\n    \"AccountNo\": \"+22248883313\"\n  },\n  \"AmountAndFees\": {\n    \"PaymentAmount\": 4691,\n    \"OriginalAmount\": 100,\n    \"Rate\": 46.91,\n    \"RateID\": 1,\n    \"PayerCurrencyCode\": \"EUR\",\n    \"PaymentCurrencyCode\": \"MRU\",\n    \"PercentFee\": 0,\n    \"FlatFee\": 0,\n    \"OtherFee\": 0,\n    \"Tax\": 0,\n    \"FeesTax\": 0,\n    \"Discount\": 0,\n    \"Fee\": 0\n  },\n  \"Payment\": {\n    \"PayerBranchReference\": \"28852\",\n    \"PaymentTypeID\": 6,\n    \"BankAccount\": {\n      \"BranchName\": \"Amanty\",\n      \"Code\": \"AMANTY_WALLET_CASH_IN\",\n      \"AccountType\": 1,\n      \"AccountName\": \"+22248883313\",\n      \"AccountNo\": \"+22248883313\"\n    }\n  }\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/PreRegister",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "PreRegister"
              ]
            },
            "description": "Homologation PreRegister for case RCH-MRT-MW-AMA-001.\nRichattPay codeService: AMANTY_WALLET_CASH_IN\nProvider: Amanty (MW)\nAccount (AccountNo): +22248883313\n\nFill {{payer_branch_reference}} with the RichattPay payer-branch code before running (partner to provide)."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Reference\": \"RCH_MRT_MW_AMA_{{$timestamp}}\",\n  \"TransferReasonID\": 3,\n  \"Sender\": {\n    \"AgencyReference\": \"SND_RCH_MRT_001\",\n    \"FirstName\": \"John\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"Doe\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"123 Rue de Paris\",\n    \"CountryCode\": \"FR\",\n    \"CityName\": \"Paris\",\n    \"StateName\": \"IDF\",\n    \"PhoneNumber\": \"+33612345678\",\n    \"CellPhoneNumber\": \"+33612345678\",\n    \"Email\": \"john.doe@example.com\",\n    \"Sex\": \"M\",\n    \"BirthCityName\": \"Paris\",\n    \"BirthCountryCode\": \"FR\",\n    \"ProfessionID\": 70,\n    \"PEPTypeID\": 2,\n    \"SenderTypeID\": 1,\n    \"IDs\": [\n      {\n        \"IDType\": 5,\n        \"IDNo\": \"B02612750\",\n        \"IssuedCountryCode\": \"FR\",\n        \"Authority\": \"Prefecture de Paris\",\n        \"IDCopy\": true,\n        \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n        \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\"\n      }\n    ],\n    \"Nationality\": \"FRA\",\n    \"BirthDate\": \"1990-01-01T00:00:00.000Z\",\n    \"PostalCode\": \"75001\",\n    \"PhoneCountryCode\": \"33\"\n  },\n  \"Beneficiary\": {\n    \"AgencyReference\": \"BEN_RCH_MRT_001\",\n    \"FirstName\": \"Mohamed\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"SGHAIR\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"Nouakchott\",\n    \"CountryCode\": \"MR\",\n    \"CityName\": \"Nouakchott\",\n    \"PhoneNumber\": \"+22238564334\",\n    \"CellPhoneNumber\": \"+22238564334\",\n    \"Email\": \"bene@example.com\",\n    \"RelationshipToSenderID\": 10,\n    \"IDs\": [\n      {\n        \"IDType\": 14,\n        \"IDNo\": \"BEN001\",\n        \"IDCopy\": true\n      }\n    ],\n    \"PostalCode\": \"00000\",\n    \"PhoneCountryCode\": \"222\",\n    \"AccountNo\": \"+22248883313\"\n  },\n  \"AmountAndFees\": {\n    \"PaymentAmount\": 4691,\n    \"OriginalAmount\": 100,\n    \"Rate\": 46.91,\n    \"RateID\": 1,\n    \"PayerCurrencyCode\": \"EUR\",\n    \"PaymentCurrencyCode\": \"MRU\",\n    \"PercentFee\": 0,\n    \"FlatFee\": 0,\n    \"OtherFee\": 0,\n    \"Tax\": 0,\n    \"FeesTax\": 0,\n    \"Discount\": 0,\n    \"Fee\": 0\n  },\n  \"Payment\": {\n    \"PayerBranchReference\": \"28852\",\n    \"PaymentTypeID\": 6,\n    \"BankAccount\": {\n      \"BranchName\": \"Amanty\",\n      \"Code\": \"AMANTY_WALLET_CASH_IN\",\n      \"AccountType\": 1,\n      \"AccountName\": \"+22248883313\",\n      \"AccountNo\": \"+22248883313\"\n    }\n  }\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/PreRegister",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "PreRegister"
                  ]
                },
                "description": "Homologation PreRegister for case RCH-MRT-MW-AMA-001.\nRichattPay codeService: AMANTY_WALLET_CASH_IN\nProvider: Amanty (MW)\nAccount (AccountNo): +22248883313\n\nFill {{payer_branch_reference}} with the RichattPay payer-branch code before running (partner to provide)."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"Reference\": \"RCH_MRT_MW_AMA_1776983500\", \"TransferID\": \"1027277000007371\", \"TransferPIN\": \"BE3164803904\", \"StatusID\": 1, \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-AMA-001 AddSenderDocuments",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"TransferID\": \"1027277000007371\",\n  \"Documents\": [\n    {\n      \"TypeID\": 2,\n      \"DocumentData\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==\",\n      \"Description\": \"Sender ID Document\",\n      \"IDNo\": \"B02612750\",\n      \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n      \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\",\n      \"IssuedCountryCode\": \"FR\"\n    }\n  ]\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/AddSenderDocuments",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "AddSenderDocuments"
              ]
            },
            "description": "Step 2 of the RCH-MRT-MW-AMA-001 homologation flow.\nFill {{TransferID}} with the TransferID returned by the preceding PreRegister response before firing.\nUpload a sender ID scan (minimal 1×1 PNG is fine for UAT)."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"TransferID\": \"{{TransferID}}\",\n  \"Documents\": [\n    {\n      \"TypeID\": 2,\n      \"DocumentData\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==\",\n      \"Description\": \"Sender ID Document\",\n      \"IDNo\": \"B02612750\",\n      \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n      \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\",\n      \"IssuedCountryCode\": \"FR\"\n    }\n  ]\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/AddSenderDocuments",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "AddSenderDocuments"
                  ]
                },
                "description": "Step 2 of the RCH-MRT-MW-AMA-001 homologation flow.\nFill {{TransferID}} with the TransferID returned by the preceding PreRegister response before firing.\nUpload a sender ID scan (minimal 1×1 PNG is fine for UAT)."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"TransferID\": \"1027277000007371\", \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-AMA-001 Confirm",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"Reference\": \"RCH_MRT_MW_AMA_1776983500\",\n  \"TransferPayment\": {\n    \"PaymentTypeID\": 6,\n    \"PaymentConfirmationCode\": \"RICHATTPAY-AMA-1776983500\",\n    \"PaymentProcessorCode\": \"RICHATTPAY\",\n    \"PaymentProcessorFullResponse\": \"{\\\"status\\\":\\\"SUCCESS\\\",\\\"partner\\\":\\\"RichattPay\\\"}\"\n  }\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/Confirm/1027277000007371",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "Confirm",
                "1027277000007371"
              ]
            },
            "description": "Confirm for case RCH-MRT-MW-AMA-001 — uses the same Reference sent in PreRegister.\n\nBelMoney adapter will then POST /api-services/v2/transaction to RichattPay internally and return the RichattPay TransferID."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Reference\": \"RCH_MRT_MW_AMA_{{$timestamp}}\",\n  \"TransferPayment\": {\n    \"PaymentTypeID\": 6,\n    \"PaymentConfirmationCode\": \"RICHATTPAY-AMA-{{$timestamp}}\",\n    \"PaymentProcessorCode\": \"RICHATTPAY\",\n    \"PaymentProcessorFullResponse\": \"{\\\"status\\\":\\\"SUCCESS\\\",\\\"partner\\\":\\\"RichattPay\\\"}\"\n  }\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/Confirm/1027277000007371",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "Confirm",
                    "1027277000007371"
                  ]
                },
                "description": "Confirm for case RCH-MRT-MW-AMA-001 — uses the same Reference sent in PreRegister.\n\nBelMoney adapter will then POST /api-services/v2/transaction to RichattPay internally and return the RichattPay TransferID."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"Reference\": \"RCH_MRT_MW_AMA_1776983500\", \"TransferID\": \"1027277000007371\", \"TransferPIN\": \"BE3164803904\", \"StatusID\": 2, \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-BIM-001 PreRegister (Bimbank — BIMBANK_WALLET_CASH_IN)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"Reference\": \"RCH_MRT_MW_BIM_1776983500\",\n  \"TransferReasonID\": 3,\n  \"Sender\": {\n    \"AgencyReference\": \"SND_RCH_MRT_001\",\n    \"FirstName\": \"John\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"Doe\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"123 Rue de Paris\",\n    \"CountryCode\": \"FR\",\n    \"CityName\": \"Paris\",\n    \"StateName\": \"IDF\",\n    \"PhoneNumber\": \"+33612345678\",\n    \"CellPhoneNumber\": \"+33612345678\",\n    \"Email\": \"john.doe@example.com\",\n    \"Sex\": \"M\",\n    \"BirthCityName\": \"Paris\",\n    \"BirthCountryCode\": \"FR\",\n    \"ProfessionID\": 70,\n    \"PEPTypeID\": 2,\n    \"SenderTypeID\": 1,\n    \"IDs\": [\n      {\n        \"IDType\": 5,\n        \"IDNo\": \"B02612750\",\n        \"IssuedCountryCode\": \"FR\",\n        \"Authority\": \"Prefecture de Paris\",\n        \"IDCopy\": true,\n        \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n        \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\"\n      }\n    ],\n    \"Nationality\": \"FRA\",\n    \"BirthDate\": \"1990-01-01T00:00:00.000Z\",\n    \"PostalCode\": \"75001\",\n    \"PhoneCountryCode\": \"33\"\n  },\n  \"Beneficiary\": {\n    \"AgencyReference\": \"BEN_RCH_MRT_001\",\n    \"FirstName\": \"Mohamed\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"SGHAIR\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"Nouakchott\",\n    \"CountryCode\": \"MR\",\n    \"CityName\": \"Nouakchott\",\n    \"PhoneNumber\": \"+22238564334\",\n    \"CellPhoneNumber\": \"+22238564334\",\n    \"Email\": \"bene@example.com\",\n    \"RelationshipToSenderID\": 10,\n    \"IDs\": [\n      {\n        \"IDType\": 14,\n        \"IDNo\": \"BEN001\",\n        \"IDCopy\": true\n      }\n    ],\n    \"PostalCode\": \"00000\",\n    \"PhoneCountryCode\": \"222\",\n    \"AccountNo\": \"+22238148228\"\n  },\n  \"AmountAndFees\": {\n    \"PaymentAmount\": 4691,\n    \"OriginalAmount\": 100,\n    \"Rate\": 46.91,\n    \"RateID\": 1,\n    \"PayerCurrencyCode\": \"EUR\",\n    \"PaymentCurrencyCode\": \"MRU\",\n    \"PercentFee\": 0,\n    \"FlatFee\": 0,\n    \"OtherFee\": 0,\n    \"Tax\": 0,\n    \"FeesTax\": 0,\n    \"Discount\": 0,\n    \"Fee\": 0\n  },\n  \"Payment\": {\n    \"PayerBranchReference\": \"28854\",\n    \"PaymentTypeID\": 6,\n    \"BankAccount\": {\n      \"BranchName\": \"Bimbank\",\n      \"Code\": \"BIMBANK_WALLET_CASH_IN\",\n      \"AccountType\": 1,\n      \"AccountName\": \"+22238148228\",\n      \"AccountNo\": \"+22238148228\"\n    }\n  }\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/PreRegister",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "PreRegister"
              ]
            },
            "description": "Homologation PreRegister for case RCH-MRT-MW-BIM-001.\nRichattPay codeService: BIMBANK_WALLET_CASH_IN\nProvider: Bimbank (MW)\nAccount (AccountNo): +22238148228\n\nFill {{payer_branch_reference}} with the RichattPay payer-branch code before running (partner to provide)."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Reference\": \"RCH_MRT_MW_BIM_{{$timestamp}}\",\n  \"TransferReasonID\": 3,\n  \"Sender\": {\n    \"AgencyReference\": \"SND_RCH_MRT_001\",\n    \"FirstName\": \"John\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"Doe\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"123 Rue de Paris\",\n    \"CountryCode\": \"FR\",\n    \"CityName\": \"Paris\",\n    \"StateName\": \"IDF\",\n    \"PhoneNumber\": \"+33612345678\",\n    \"CellPhoneNumber\": \"+33612345678\",\n    \"Email\": \"john.doe@example.com\",\n    \"Sex\": \"M\",\n    \"BirthCityName\": \"Paris\",\n    \"BirthCountryCode\": \"FR\",\n    \"ProfessionID\": 70,\n    \"PEPTypeID\": 2,\n    \"SenderTypeID\": 1,\n    \"IDs\": [\n      {\n        \"IDType\": 5,\n        \"IDNo\": \"B02612750\",\n        \"IssuedCountryCode\": \"FR\",\n        \"Authority\": \"Prefecture de Paris\",\n        \"IDCopy\": true,\n        \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n        \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\"\n      }\n    ],\n    \"Nationality\": \"FRA\",\n    \"BirthDate\": \"1990-01-01T00:00:00.000Z\",\n    \"PostalCode\": \"75001\",\n    \"PhoneCountryCode\": \"33\"\n  },\n  \"Beneficiary\": {\n    \"AgencyReference\": \"BEN_RCH_MRT_001\",\n    \"FirstName\": \"Mohamed\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"SGHAIR\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"Nouakchott\",\n    \"CountryCode\": \"MR\",\n    \"CityName\": \"Nouakchott\",\n    \"PhoneNumber\": \"+22238564334\",\n    \"CellPhoneNumber\": \"+22238564334\",\n    \"Email\": \"bene@example.com\",\n    \"RelationshipToSenderID\": 10,\n    \"IDs\": [\n      {\n        \"IDType\": 14,\n        \"IDNo\": \"BEN001\",\n        \"IDCopy\": true\n      }\n    ],\n    \"PostalCode\": \"00000\",\n    \"PhoneCountryCode\": \"222\",\n    \"AccountNo\": \"+22238148228\"\n  },\n  \"AmountAndFees\": {\n    \"PaymentAmount\": 4691,\n    \"OriginalAmount\": 100,\n    \"Rate\": 46.91,\n    \"RateID\": 1,\n    \"PayerCurrencyCode\": \"EUR\",\n    \"PaymentCurrencyCode\": \"MRU\",\n    \"PercentFee\": 0,\n    \"FlatFee\": 0,\n    \"OtherFee\": 0,\n    \"Tax\": 0,\n    \"FeesTax\": 0,\n    \"Discount\": 0,\n    \"Fee\": 0\n  },\n  \"Payment\": {\n    \"PayerBranchReference\": \"28854\",\n    \"PaymentTypeID\": 6,\n    \"BankAccount\": {\n      \"BranchName\": \"Bimbank\",\n      \"Code\": \"BIMBANK_WALLET_CASH_IN\",\n      \"AccountType\": 1,\n      \"AccountName\": \"+22238148228\",\n      \"AccountNo\": \"+22238148228\"\n    }\n  }\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/PreRegister",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "PreRegister"
                  ]
                },
                "description": "Homologation PreRegister for case RCH-MRT-MW-BIM-001.\nRichattPay codeService: BIMBANK_WALLET_CASH_IN\nProvider: Bimbank (MW)\nAccount (AccountNo): +22238148228\n\nFill {{payer_branch_reference}} with the RichattPay payer-branch code before running (partner to provide)."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"Reference\": \"RCH_MRT_MW_BIM_1776983500\", \"TransferID\": \"1027277000007372\", \"TransferPIN\": \"BE7855207935\", \"StatusID\": 1, \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-BIM-001 AddSenderDocuments",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"TransferID\": \"1027277000007372\",\n  \"Documents\": [\n    {\n      \"TypeID\": 2,\n      \"DocumentData\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==\",\n      \"Description\": \"Sender ID Document\",\n      \"IDNo\": \"B02612750\",\n      \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n      \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\",\n      \"IssuedCountryCode\": \"FR\"\n    }\n  ]\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/AddSenderDocuments",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "AddSenderDocuments"
              ]
            },
            "description": "Step 2 of the RCH-MRT-MW-BIM-001 homologation flow.\nFill {{TransferID}} with the TransferID returned by the preceding PreRegister response before firing.\nUpload a sender ID scan (minimal 1×1 PNG is fine for UAT)."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"TransferID\": \"{{TransferID}}\",\n  \"Documents\": [\n    {\n      \"TypeID\": 2,\n      \"DocumentData\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==\",\n      \"Description\": \"Sender ID Document\",\n      \"IDNo\": \"B02612750\",\n      \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n      \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\",\n      \"IssuedCountryCode\": \"FR\"\n    }\n  ]\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/AddSenderDocuments",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "AddSenderDocuments"
                  ]
                },
                "description": "Step 2 of the RCH-MRT-MW-BIM-001 homologation flow.\nFill {{TransferID}} with the TransferID returned by the preceding PreRegister response before firing.\nUpload a sender ID scan (minimal 1×1 PNG is fine for UAT)."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"TransferID\": \"1027277000007372\", \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-BIM-001 Confirm",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"Reference\": \"RCH_MRT_MW_BIM_1776983500\",\n  \"TransferPayment\": {\n    \"PaymentTypeID\": 6,\n    \"PaymentConfirmationCode\": \"RICHATTPAY-BIM-1776983500\",\n    \"PaymentProcessorCode\": \"RICHATTPAY\",\n    \"PaymentProcessorFullResponse\": \"{\\\"status\\\":\\\"SUCCESS\\\",\\\"partner\\\":\\\"RichattPay\\\"}\"\n  }\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/Confirm/1027277000007372",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "Confirm",
                "1027277000007372"
              ]
            },
            "description": "Confirm for case RCH-MRT-MW-BIM-001 — uses the same Reference sent in PreRegister.\n\nBelMoney adapter will then POST /api-services/v2/transaction to RichattPay internally and return the RichattPay TransferID."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Reference\": \"RCH_MRT_MW_BIM_{{$timestamp}}\",\n  \"TransferPayment\": {\n    \"PaymentTypeID\": 6,\n    \"PaymentConfirmationCode\": \"RICHATTPAY-BIM-{{$timestamp}}\",\n    \"PaymentProcessorCode\": \"RICHATTPAY\",\n    \"PaymentProcessorFullResponse\": \"{\\\"status\\\":\\\"SUCCESS\\\",\\\"partner\\\":\\\"RichattPay\\\"}\"\n  }\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/Confirm/1027277000007372",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "Confirm",
                    "1027277000007372"
                  ]
                },
                "description": "Confirm for case RCH-MRT-MW-BIM-001 — uses the same Reference sent in PreRegister.\n\nBelMoney adapter will then POST /api-services/v2/transaction to RichattPay internally and return the RichattPay TransferID."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"Reference\": \"RCH_MRT_MW_BIM_1776983500\", \"TransferID\": \"1027277000007372\", \"TransferPIN\": \"BE7855207935\", \"StatusID\": 2, \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-CLK-001 PreRegister (Click — CLICK_WALLET_CASH_IN)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"Reference\": \"RCH_MRT_MW_CLK_1776983500\",\n  \"TransferReasonID\": 3,\n  \"Sender\": {\n    \"AgencyReference\": \"SND_RCH_MRT_001\",\n    \"FirstName\": \"John\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"Doe\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"123 Rue de Paris\",\n    \"CountryCode\": \"FR\",\n    \"CityName\": \"Paris\",\n    \"StateName\": \"IDF\",\n    \"PhoneNumber\": \"+33612345678\",\n    \"CellPhoneNumber\": \"+33612345678\",\n    \"Email\": \"john.doe@example.com\",\n    \"Sex\": \"M\",\n    \"BirthCityName\": \"Paris\",\n    \"BirthCountryCode\": \"FR\",\n    \"ProfessionID\": 70,\n    \"PEPTypeID\": 2,\n    \"SenderTypeID\": 1,\n    \"IDs\": [\n      {\n        \"IDType\": 5,\n        \"IDNo\": \"B02612750\",\n        \"IssuedCountryCode\": \"FR\",\n        \"Authority\": \"Prefecture de Paris\",\n        \"IDCopy\": true,\n        \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n        \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\"\n      }\n    ],\n    \"Nationality\": \"FRA\",\n    \"BirthDate\": \"1990-01-01T00:00:00.000Z\",\n    \"PostalCode\": \"75001\",\n    \"PhoneCountryCode\": \"33\"\n  },\n  \"Beneficiary\": {\n    \"AgencyReference\": \"BEN_RCH_MRT_001\",\n    \"FirstName\": \"Mohamed\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"SGHAIR\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"Nouakchott\",\n    \"CountryCode\": \"MR\",\n    \"CityName\": \"Nouakchott\",\n    \"PhoneNumber\": \"+22238564334\",\n    \"CellPhoneNumber\": \"+22238564334\",\n    \"Email\": \"bene@example.com\",\n    \"RelationshipToSenderID\": 10,\n    \"IDs\": [\n      {\n        \"IDType\": 14,\n        \"IDNo\": \"BEN001\",\n        \"IDCopy\": true\n      }\n    ],\n    \"PostalCode\": \"00000\",\n    \"PhoneCountryCode\": \"222\",\n    \"AccountNo\": \"+22248883313\"\n  },\n  \"AmountAndFees\": {\n    \"PaymentAmount\": 4691,\n    \"OriginalAmount\": 100,\n    \"Rate\": 46.91,\n    \"RateID\": 1,\n    \"PayerCurrencyCode\": \"EUR\",\n    \"PaymentCurrencyCode\": \"MRU\",\n    \"PercentFee\": 0,\n    \"FlatFee\": 0,\n    \"OtherFee\": 0,\n    \"Tax\": 0,\n    \"FeesTax\": 0,\n    \"Discount\": 0,\n    \"Fee\": 0\n  },\n  \"Payment\": {\n    \"PayerBranchReference\": \"28856\",\n    \"PaymentTypeID\": 6,\n    \"BankAccount\": {\n      \"BranchName\": \"Click\",\n      \"Code\": \"CLICK_WALLET_CASH_IN\",\n      \"AccountType\": 1,\n      \"AccountName\": \"+22248883313\",\n      \"AccountNo\": \"+22248883313\"\n    }\n  }\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/PreRegister",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "PreRegister"
              ]
            },
            "description": "Homologation PreRegister for case RCH-MRT-MW-CLK-001.\nRichattPay codeService: CLICK_WALLET_CASH_IN\nProvider: Click (MW)\nAccount (AccountNo): +22248883313\n\nFill {{payer_branch_reference}} with the RichattPay payer-branch code before running (partner to provide)."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Reference\": \"RCH_MRT_MW_CLK_{{$timestamp}}\",\n  \"TransferReasonID\": 3,\n  \"Sender\": {\n    \"AgencyReference\": \"SND_RCH_MRT_001\",\n    \"FirstName\": \"John\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"Doe\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"123 Rue de Paris\",\n    \"CountryCode\": \"FR\",\n    \"CityName\": \"Paris\",\n    \"StateName\": \"IDF\",\n    \"PhoneNumber\": \"+33612345678\",\n    \"CellPhoneNumber\": \"+33612345678\",\n    \"Email\": \"john.doe@example.com\",\n    \"Sex\": \"M\",\n    \"BirthCityName\": \"Paris\",\n    \"BirthCountryCode\": \"FR\",\n    \"ProfessionID\": 70,\n    \"PEPTypeID\": 2,\n    \"SenderTypeID\": 1,\n    \"IDs\": [\n      {\n        \"IDType\": 5,\n        \"IDNo\": \"B02612750\",\n        \"IssuedCountryCode\": \"FR\",\n        \"Authority\": \"Prefecture de Paris\",\n        \"IDCopy\": true,\n        \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n        \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\"\n      }\n    ],\n    \"Nationality\": \"FRA\",\n    \"BirthDate\": \"1990-01-01T00:00:00.000Z\",\n    \"PostalCode\": \"75001\",\n    \"PhoneCountryCode\": \"33\"\n  },\n  \"Beneficiary\": {\n    \"AgencyReference\": \"BEN_RCH_MRT_001\",\n    \"FirstName\": \"Mohamed\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"SGHAIR\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"Nouakchott\",\n    \"CountryCode\": \"MR\",\n    \"CityName\": \"Nouakchott\",\n    \"PhoneNumber\": \"+22238564334\",\n    \"CellPhoneNumber\": \"+22238564334\",\n    \"Email\": \"bene@example.com\",\n    \"RelationshipToSenderID\": 10,\n    \"IDs\": [\n      {\n        \"IDType\": 14,\n        \"IDNo\": \"BEN001\",\n        \"IDCopy\": true\n      }\n    ],\n    \"PostalCode\": \"00000\",\n    \"PhoneCountryCode\": \"222\",\n    \"AccountNo\": \"+22248883313\"\n  },\n  \"AmountAndFees\": {\n    \"PaymentAmount\": 4691,\n    \"OriginalAmount\": 100,\n    \"Rate\": 46.91,\n    \"RateID\": 1,\n    \"PayerCurrencyCode\": \"EUR\",\n    \"PaymentCurrencyCode\": \"MRU\",\n    \"PercentFee\": 0,\n    \"FlatFee\": 0,\n    \"OtherFee\": 0,\n    \"Tax\": 0,\n    \"FeesTax\": 0,\n    \"Discount\": 0,\n    \"Fee\": 0\n  },\n  \"Payment\": {\n    \"PayerBranchReference\": \"28856\",\n    \"PaymentTypeID\": 6,\n    \"BankAccount\": {\n      \"BranchName\": \"Click\",\n      \"Code\": \"CLICK_WALLET_CASH_IN\",\n      \"AccountType\": 1,\n      \"AccountName\": \"+22248883313\",\n      \"AccountNo\": \"+22248883313\"\n    }\n  }\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/PreRegister",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "PreRegister"
                  ]
                },
                "description": "Homologation PreRegister for case RCH-MRT-MW-CLK-001.\nRichattPay codeService: CLICK_WALLET_CASH_IN\nProvider: Click (MW)\nAccount (AccountNo): +22248883313\n\nFill {{payer_branch_reference}} with the RichattPay payer-branch code before running (partner to provide)."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"Reference\": \"RCH_MRT_MW_CLK_1776983500\", \"TransferID\": \"1027277000007373\", \"TransferPIN\": \"BE2262774273\", \"StatusID\": 1, \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-CLK-001 AddSenderDocuments",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"TransferID\": \"1027277000007373\",\n  \"Documents\": [\n    {\n      \"TypeID\": 2,\n      \"DocumentData\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==\",\n      \"Description\": \"Sender ID Document\",\n      \"IDNo\": \"B02612750\",\n      \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n      \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\",\n      \"IssuedCountryCode\": \"FR\"\n    }\n  ]\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/AddSenderDocuments",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "AddSenderDocuments"
              ]
            },
            "description": "Step 2 of the RCH-MRT-MW-CLK-001 homologation flow.\nFill {{TransferID}} with the TransferID returned by the preceding PreRegister response before firing.\nUpload a sender ID scan (minimal 1×1 PNG is fine for UAT)."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"TransferID\": \"{{TransferID}}\",\n  \"Documents\": [\n    {\n      \"TypeID\": 2,\n      \"DocumentData\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==\",\n      \"Description\": \"Sender ID Document\",\n      \"IDNo\": \"B02612750\",\n      \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n      \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\",\n      \"IssuedCountryCode\": \"FR\"\n    }\n  ]\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/AddSenderDocuments",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "AddSenderDocuments"
                  ]
                },
                "description": "Step 2 of the RCH-MRT-MW-CLK-001 homologation flow.\nFill {{TransferID}} with the TransferID returned by the preceding PreRegister response before firing.\nUpload a sender ID scan (minimal 1×1 PNG is fine for UAT)."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"TransferID\": \"1027277000007373\", \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-CLK-001 Confirm",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"Reference\": \"RCH_MRT_MW_CLK_1776983500\",\n  \"TransferPayment\": {\n    \"PaymentTypeID\": 6,\n    \"PaymentConfirmationCode\": \"RICHATTPAY-CLK-1776983500\",\n    \"PaymentProcessorCode\": \"RICHATTPAY\",\n    \"PaymentProcessorFullResponse\": \"{\\\"status\\\":\\\"SUCCESS\\\",\\\"partner\\\":\\\"RichattPay\\\"}\"\n  }\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/Confirm/1027277000007373",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "Confirm",
                "1027277000007373"
              ]
            },
            "description": "Confirm for case RCH-MRT-MW-CLK-001 — uses the same Reference sent in PreRegister.\n\nBelMoney adapter will then POST /api-services/v2/transaction to RichattPay internally and return the RichattPay TransferID."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Reference\": \"RCH_MRT_MW_CLK_{{$timestamp}}\",\n  \"TransferPayment\": {\n    \"PaymentTypeID\": 6,\n    \"PaymentConfirmationCode\": \"RICHATTPAY-CLK-{{$timestamp}}\",\n    \"PaymentProcessorCode\": \"RICHATTPAY\",\n    \"PaymentProcessorFullResponse\": \"{\\\"status\\\":\\\"SUCCESS\\\",\\\"partner\\\":\\\"RichattPay\\\"}\"\n  }\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/Confirm/1027277000007373",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "Confirm",
                    "1027277000007373"
                  ]
                },
                "description": "Confirm for case RCH-MRT-MW-CLK-001 — uses the same Reference sent in PreRegister.\n\nBelMoney adapter will then POST /api-services/v2/transaction to RichattPay internally and return the RichattPay TransferID."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"Reference\": \"RCH_MRT_MW_CLK_1776983500\", \"TransferID\": \"1027277000007373\", \"TransferPIN\": \"BE2262774273\", \"StatusID\": 2, \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-GAZ-001 PreRegister (Gaza — GAZA_WALLET_CASH_IN)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"Reference\": \"RCH_MRT_MW_GAZ_1776983500\",\n  \"TransferReasonID\": 3,\n  \"Sender\": {\n    \"AgencyReference\": \"SND_RCH_MRT_001\",\n    \"FirstName\": \"John\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"Doe\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"123 Rue de Paris\",\n    \"CountryCode\": \"FR\",\n    \"CityName\": \"Paris\",\n    \"StateName\": \"IDF\",\n    \"PhoneNumber\": \"+33612345678\",\n    \"CellPhoneNumber\": \"+33612345678\",\n    \"Email\": \"john.doe@example.com\",\n    \"Sex\": \"M\",\n    \"BirthCityName\": \"Paris\",\n    \"BirthCountryCode\": \"FR\",\n    \"ProfessionID\": 70,\n    \"PEPTypeID\": 2,\n    \"SenderTypeID\": 1,\n    \"IDs\": [\n      {\n        \"IDType\": 5,\n        \"IDNo\": \"B02612750\",\n        \"IssuedCountryCode\": \"FR\",\n        \"Authority\": \"Prefecture de Paris\",\n        \"IDCopy\": true,\n        \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n        \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\"\n      }\n    ],\n    \"Nationality\": \"FRA\",\n    \"BirthDate\": \"1990-01-01T00:00:00.000Z\",\n    \"PostalCode\": \"75001\",\n    \"PhoneCountryCode\": \"33\"\n  },\n  \"Beneficiary\": {\n    \"AgencyReference\": \"BEN_RCH_MRT_001\",\n    \"FirstName\": \"Mohamed\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"SGHAIR\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"Nouakchott\",\n    \"CountryCode\": \"MR\",\n    \"CityName\": \"Nouakchott\",\n    \"PhoneNumber\": \"+22238564334\",\n    \"CellPhoneNumber\": \"+22238564334\",\n    \"Email\": \"bene@example.com\",\n    \"RelationshipToSenderID\": 10,\n    \"IDs\": [\n      {\n        \"IDType\": 14,\n        \"IDNo\": \"BEN001\",\n        \"IDCopy\": true\n      }\n    ],\n    \"PostalCode\": \"00000\",\n    \"PhoneCountryCode\": \"222\",\n    \"AccountNo\": \"+22238148228\"\n  },\n  \"AmountAndFees\": {\n    \"PaymentAmount\": 4691,\n    \"OriginalAmount\": 100,\n    \"Rate\": 46.91,\n    \"RateID\": 1,\n    \"PayerCurrencyCode\": \"EUR\",\n    \"PaymentCurrencyCode\": \"MRU\",\n    \"PercentFee\": 0,\n    \"FlatFee\": 0,\n    \"OtherFee\": 0,\n    \"Tax\": 0,\n    \"FeesTax\": 0,\n    \"Discount\": 0,\n    \"Fee\": 0\n  },\n  \"Payment\": {\n    \"PayerBranchReference\": \"28857\",\n    \"PaymentTypeID\": 6,\n    \"BankAccount\": {\n      \"BranchName\": \"Gaza\",\n      \"Code\": \"GAZA_WALLET_CASH_IN\",\n      \"AccountType\": 1,\n      \"AccountName\": \"+22238148228\",\n      \"AccountNo\": \"+22238148228\"\n    }\n  }\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/PreRegister",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "PreRegister"
              ]
            },
            "description": "Homologation PreRegister for case RCH-MRT-MW-GAZ-001.\nRichattPay codeService: GAZA_WALLET_CASH_IN\nProvider: Gaza (MW)\nAccount (AccountNo): +22238148228\n\nFill {{payer_branch_reference}} with the RichattPay payer-branch code before running (partner to provide)."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Reference\": \"RCH_MRT_MW_GAZ_{{$timestamp}}\",\n  \"TransferReasonID\": 3,\n  \"Sender\": {\n    \"AgencyReference\": \"SND_RCH_MRT_001\",\n    \"FirstName\": \"John\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"Doe\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"123 Rue de Paris\",\n    \"CountryCode\": \"FR\",\n    \"CityName\": \"Paris\",\n    \"StateName\": \"IDF\",\n    \"PhoneNumber\": \"+33612345678\",\n    \"CellPhoneNumber\": \"+33612345678\",\n    \"Email\": \"john.doe@example.com\",\n    \"Sex\": \"M\",\n    \"BirthCityName\": \"Paris\",\n    \"BirthCountryCode\": \"FR\",\n    \"ProfessionID\": 70,\n    \"PEPTypeID\": 2,\n    \"SenderTypeID\": 1,\n    \"IDs\": [\n      {\n        \"IDType\": 5,\n        \"IDNo\": \"B02612750\",\n        \"IssuedCountryCode\": \"FR\",\n        \"Authority\": \"Prefecture de Paris\",\n        \"IDCopy\": true,\n        \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n        \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\"\n      }\n    ],\n    \"Nationality\": \"FRA\",\n    \"BirthDate\": \"1990-01-01T00:00:00.000Z\",\n    \"PostalCode\": \"75001\",\n    \"PhoneCountryCode\": \"33\"\n  },\n  \"Beneficiary\": {\n    \"AgencyReference\": \"BEN_RCH_MRT_001\",\n    \"FirstName\": \"Mohamed\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"SGHAIR\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"Nouakchott\",\n    \"CountryCode\": \"MR\",\n    \"CityName\": \"Nouakchott\",\n    \"PhoneNumber\": \"+22238564334\",\n    \"CellPhoneNumber\": \"+22238564334\",\n    \"Email\": \"bene@example.com\",\n    \"RelationshipToSenderID\": 10,\n    \"IDs\": [\n      {\n        \"IDType\": 14,\n        \"IDNo\": \"BEN001\",\n        \"IDCopy\": true\n      }\n    ],\n    \"PostalCode\": \"00000\",\n    \"PhoneCountryCode\": \"222\",\n    \"AccountNo\": \"+22238148228\"\n  },\n  \"AmountAndFees\": {\n    \"PaymentAmount\": 4691,\n    \"OriginalAmount\": 100,\n    \"Rate\": 46.91,\n    \"RateID\": 1,\n    \"PayerCurrencyCode\": \"EUR\",\n    \"PaymentCurrencyCode\": \"MRU\",\n    \"PercentFee\": 0,\n    \"FlatFee\": 0,\n    \"OtherFee\": 0,\n    \"Tax\": 0,\n    \"FeesTax\": 0,\n    \"Discount\": 0,\n    \"Fee\": 0\n  },\n  \"Payment\": {\n    \"PayerBranchReference\": \"28857\",\n    \"PaymentTypeID\": 6,\n    \"BankAccount\": {\n      \"BranchName\": \"Gaza\",\n      \"Code\": \"GAZA_WALLET_CASH_IN\",\n      \"AccountType\": 1,\n      \"AccountName\": \"+22238148228\",\n      \"AccountNo\": \"+22238148228\"\n    }\n  }\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/PreRegister",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "PreRegister"
                  ]
                },
                "description": "Homologation PreRegister for case RCH-MRT-MW-GAZ-001.\nRichattPay codeService: GAZA_WALLET_CASH_IN\nProvider: Gaza (MW)\nAccount (AccountNo): +22238148228\n\nFill {{payer_branch_reference}} with the RichattPay payer-branch code before running (partner to provide)."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"Reference\": \"RCH_MRT_MW_GAZ_1776983500\", \"TransferID\": \"1027277000007374\", \"TransferPIN\": \"BE4755697951\", \"StatusID\": 1, \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-GAZ-001 AddSenderDocuments",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"TransferID\": \"1027277000007374\",\n  \"Documents\": [\n    {\n      \"TypeID\": 2,\n      \"DocumentData\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==\",\n      \"Description\": \"Sender ID Document\",\n      \"IDNo\": \"B02612750\",\n      \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n      \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\",\n      \"IssuedCountryCode\": \"FR\"\n    }\n  ]\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/AddSenderDocuments",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "AddSenderDocuments"
              ]
            },
            "description": "Step 2 of the RCH-MRT-MW-GAZ-001 homologation flow.\nFill {{TransferID}} with the TransferID returned by the preceding PreRegister response before firing.\nUpload a sender ID scan (minimal 1×1 PNG is fine for UAT)."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"TransferID\": \"{{TransferID}}\",\n  \"Documents\": [\n    {\n      \"TypeID\": 2,\n      \"DocumentData\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==\",\n      \"Description\": \"Sender ID Document\",\n      \"IDNo\": \"B02612750\",\n      \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n      \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\",\n      \"IssuedCountryCode\": \"FR\"\n    }\n  ]\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/AddSenderDocuments",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "AddSenderDocuments"
                  ]
                },
                "description": "Step 2 of the RCH-MRT-MW-GAZ-001 homologation flow.\nFill {{TransferID}} with the TransferID returned by the preceding PreRegister response before firing.\nUpload a sender ID scan (minimal 1×1 PNG is fine for UAT)."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"TransferID\": \"1027277000007374\", \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-GAZ-001 Confirm",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"Reference\": \"RCH_MRT_MW_GAZ_1776983500\",\n  \"TransferPayment\": {\n    \"PaymentTypeID\": 6,\n    \"PaymentConfirmationCode\": \"RICHATTPAY-GAZ-1776983500\",\n    \"PaymentProcessorCode\": \"RICHATTPAY\",\n    \"PaymentProcessorFullResponse\": \"{\\\"status\\\":\\\"SUCCESS\\\",\\\"partner\\\":\\\"RichattPay\\\"}\"\n  }\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/Confirm/1027277000007374",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "Confirm",
                "1027277000007374"
              ]
            },
            "description": "Confirm for case RCH-MRT-MW-GAZ-001 — uses the same Reference sent in PreRegister.\n\nBelMoney adapter will then POST /api-services/v2/transaction to RichattPay internally and return the RichattPay TransferID."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Reference\": \"RCH_MRT_MW_GAZ_{{$timestamp}}\",\n  \"TransferPayment\": {\n    \"PaymentTypeID\": 6,\n    \"PaymentConfirmationCode\": \"RICHATTPAY-GAZ-{{$timestamp}}\",\n    \"PaymentProcessorCode\": \"RICHATTPAY\",\n    \"PaymentProcessorFullResponse\": \"{\\\"status\\\":\\\"SUCCESS\\\",\\\"partner\\\":\\\"RichattPay\\\"}\"\n  }\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/Confirm/1027277000007374",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "Confirm",
                    "1027277000007374"
                  ]
                },
                "description": "Confirm for case RCH-MRT-MW-GAZ-001 — uses the same Reference sent in PreRegister.\n\nBelMoney adapter will then POST /api-services/v2/transaction to RichattPay internally and return the RichattPay TransferID."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"Reference\": \"RCH_MRT_MW_GAZ_1776983500\", \"TransferID\": \"1027277000007374\", \"TransferPIN\": \"BE4755697951\", \"StatusID\": 2, \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-MOO-001 PreRegister (Moov Money — MOOV_WALLET_CASH_IN)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"Reference\": \"RCH_MRT_MW_MOO_1776983500\",\n  \"TransferReasonID\": 3,\n  \"Sender\": {\n    \"AgencyReference\": \"SND_RCH_MRT_001\",\n    \"FirstName\": \"John\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"Doe\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"123 Rue de Paris\",\n    \"CountryCode\": \"FR\",\n    \"CityName\": \"Paris\",\n    \"StateName\": \"IDF\",\n    \"PhoneNumber\": \"+33612345678\",\n    \"CellPhoneNumber\": \"+33612345678\",\n    \"Email\": \"john.doe@example.com\",\n    \"Sex\": \"M\",\n    \"BirthCityName\": \"Paris\",\n    \"BirthCountryCode\": \"FR\",\n    \"ProfessionID\": 70,\n    \"PEPTypeID\": 2,\n    \"SenderTypeID\": 1,\n    \"IDs\": [\n      {\n        \"IDType\": 5,\n        \"IDNo\": \"B02612750\",\n        \"IssuedCountryCode\": \"FR\",\n        \"Authority\": \"Prefecture de Paris\",\n        \"IDCopy\": true,\n        \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n        \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\"\n      }\n    ],\n    \"Nationality\": \"FRA\",\n    \"BirthDate\": \"1990-01-01T00:00:00.000Z\",\n    \"PostalCode\": \"75001\",\n    \"PhoneCountryCode\": \"33\"\n  },\n  \"Beneficiary\": {\n    \"AgencyReference\": \"BEN_RCH_MRT_001\",\n    \"FirstName\": \"Mohamed\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"SGHAIR\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"Nouakchott\",\n    \"CountryCode\": \"MR\",\n    \"CityName\": \"Nouakchott\",\n    \"PhoneNumber\": \"+22238564334\",\n    \"CellPhoneNumber\": \"+22238564334\",\n    \"Email\": \"bene@example.com\",\n    \"RelationshipToSenderID\": 10,\n    \"IDs\": [\n      {\n        \"IDType\": 14,\n        \"IDNo\": \"BEN001\",\n        \"IDCopy\": true\n      }\n    ],\n    \"PostalCode\": \"00000\",\n    \"PhoneCountryCode\": \"222\",\n    \"AccountNo\": \"+22248883313\"\n  },\n  \"AmountAndFees\": {\n    \"PaymentAmount\": 4691,\n    \"OriginalAmount\": 100,\n    \"Rate\": 46.91,\n    \"RateID\": 1,\n    \"PayerCurrencyCode\": \"EUR\",\n    \"PaymentCurrencyCode\": \"MRU\",\n    \"PercentFee\": 0,\n    \"FlatFee\": 0,\n    \"OtherFee\": 0,\n    \"Tax\": 0,\n    \"FeesTax\": 0,\n    \"Discount\": 0,\n    \"Fee\": 0\n  },\n  \"Payment\": {\n    \"PayerBranchReference\": \"28859\",\n    \"PaymentTypeID\": 6,\n    \"BankAccount\": {\n      \"BranchName\": \"Moov Money\",\n      \"Code\": \"MOOV_WALLET_CASH_IN\",\n      \"AccountType\": 1,\n      \"AccountName\": \"+22248883313\",\n      \"AccountNo\": \"+22248883313\"\n    }\n  }\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/PreRegister",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "PreRegister"
              ]
            },
            "description": "Homologation PreRegister for case RCH-MRT-MW-MOO-001.\nRichattPay codeService: MOOV_WALLET_CASH_IN\nProvider: Moov Money (MW)\nAccount (AccountNo): +22248883313\n\nFill {{payer_branch_reference}} with the RichattPay payer-branch code before running (partner to provide)."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Reference\": \"RCH_MRT_MW_MOO_{{$timestamp}}\",\n  \"TransferReasonID\": 3,\n  \"Sender\": {\n    \"AgencyReference\": \"SND_RCH_MRT_001\",\n    \"FirstName\": \"John\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"Doe\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"123 Rue de Paris\",\n    \"CountryCode\": \"FR\",\n    \"CityName\": \"Paris\",\n    \"StateName\": \"IDF\",\n    \"PhoneNumber\": \"+33612345678\",\n    \"CellPhoneNumber\": \"+33612345678\",\n    \"Email\": \"john.doe@example.com\",\n    \"Sex\": \"M\",\n    \"BirthCityName\": \"Paris\",\n    \"BirthCountryCode\": \"FR\",\n    \"ProfessionID\": 70,\n    \"PEPTypeID\": 2,\n    \"SenderTypeID\": 1,\n    \"IDs\": [\n      {\n        \"IDType\": 5,\n        \"IDNo\": \"B02612750\",\n        \"IssuedCountryCode\": \"FR\",\n        \"Authority\": \"Prefecture de Paris\",\n        \"IDCopy\": true,\n        \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n        \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\"\n      }\n    ],\n    \"Nationality\": \"FRA\",\n    \"BirthDate\": \"1990-01-01T00:00:00.000Z\",\n    \"PostalCode\": \"75001\",\n    \"PhoneCountryCode\": \"33\"\n  },\n  \"Beneficiary\": {\n    \"AgencyReference\": \"BEN_RCH_MRT_001\",\n    \"FirstName\": \"Mohamed\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"SGHAIR\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"Nouakchott\",\n    \"CountryCode\": \"MR\",\n    \"CityName\": \"Nouakchott\",\n    \"PhoneNumber\": \"+22238564334\",\n    \"CellPhoneNumber\": \"+22238564334\",\n    \"Email\": \"bene@example.com\",\n    \"RelationshipToSenderID\": 10,\n    \"IDs\": [\n      {\n        \"IDType\": 14,\n        \"IDNo\": \"BEN001\",\n        \"IDCopy\": true\n      }\n    ],\n    \"PostalCode\": \"00000\",\n    \"PhoneCountryCode\": \"222\",\n    \"AccountNo\": \"+22248883313\"\n  },\n  \"AmountAndFees\": {\n    \"PaymentAmount\": 4691,\n    \"OriginalAmount\": 100,\n    \"Rate\": 46.91,\n    \"RateID\": 1,\n    \"PayerCurrencyCode\": \"EUR\",\n    \"PaymentCurrencyCode\": \"MRU\",\n    \"PercentFee\": 0,\n    \"FlatFee\": 0,\n    \"OtherFee\": 0,\n    \"Tax\": 0,\n    \"FeesTax\": 0,\n    \"Discount\": 0,\n    \"Fee\": 0\n  },\n  \"Payment\": {\n    \"PayerBranchReference\": \"28859\",\n    \"PaymentTypeID\": 6,\n    \"BankAccount\": {\n      \"BranchName\": \"Moov Money\",\n      \"Code\": \"MOOV_WALLET_CASH_IN\",\n      \"AccountType\": 1,\n      \"AccountName\": \"+22248883313\",\n      \"AccountNo\": \"+22248883313\"\n    }\n  }\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/PreRegister",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "PreRegister"
                  ]
                },
                "description": "Homologation PreRegister for case RCH-MRT-MW-MOO-001.\nRichattPay codeService: MOOV_WALLET_CASH_IN\nProvider: Moov Money (MW)\nAccount (AccountNo): +22248883313\n\nFill {{payer_branch_reference}} with the RichattPay payer-branch code before running (partner to provide)."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"Reference\": \"RCH_MRT_MW_MOO_1776983500\", \"TransferID\": \"1027277000007375\", \"TransferPIN\": \"BE1051616410\", \"StatusID\": 1, \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-MOO-001 AddSenderDocuments",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"TransferID\": \"1027277000007375\",\n  \"Documents\": [\n    {\n      \"TypeID\": 2,\n      \"DocumentData\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==\",\n      \"Description\": \"Sender ID Document\",\n      \"IDNo\": \"B02612750\",\n      \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n      \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\",\n      \"IssuedCountryCode\": \"FR\"\n    }\n  ]\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/AddSenderDocuments",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "AddSenderDocuments"
              ]
            },
            "description": "Step 2 of the RCH-MRT-MW-MOO-001 homologation flow.\nFill {{TransferID}} with the TransferID returned by the preceding PreRegister response before firing.\nUpload a sender ID scan (minimal 1×1 PNG is fine for UAT)."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"TransferID\": \"{{TransferID}}\",\n  \"Documents\": [\n    {\n      \"TypeID\": 2,\n      \"DocumentData\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==\",\n      \"Description\": \"Sender ID Document\",\n      \"IDNo\": \"B02612750\",\n      \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n      \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\",\n      \"IssuedCountryCode\": \"FR\"\n    }\n  ]\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/AddSenderDocuments",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "AddSenderDocuments"
                  ]
                },
                "description": "Step 2 of the RCH-MRT-MW-MOO-001 homologation flow.\nFill {{TransferID}} with the TransferID returned by the preceding PreRegister response before firing.\nUpload a sender ID scan (minimal 1×1 PNG is fine for UAT)."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"TransferID\": \"1027277000007375\", \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-MW-MOO-001 Confirm",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"Reference\": \"RCH_MRT_MW_MOO_1776983500\",\n  \"TransferPayment\": {\n    \"PaymentTypeID\": 6,\n    \"PaymentConfirmationCode\": \"RICHATTPAY-MOO-1776983500\",\n    \"PaymentProcessorCode\": \"RICHATTPAY\",\n    \"PaymentProcessorFullResponse\": \"{\\\"status\\\":\\\"SUCCESS\\\",\\\"partner\\\":\\\"RichattPay\\\"}\"\n  }\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/Confirm/1027277000007375",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "Confirm",
                "1027277000007375"
              ]
            },
            "description": "Confirm for case RCH-MRT-MW-MOO-001 — uses the same Reference sent in PreRegister.\n\nBelMoney adapter will then POST /api-services/v2/transaction to RichattPay internally and return the RichattPay TransferID."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Reference\": \"RCH_MRT_MW_MOO_{{$timestamp}}\",\n  \"TransferPayment\": {\n    \"PaymentTypeID\": 6,\n    \"PaymentConfirmationCode\": \"RICHATTPAY-MOO-{{$timestamp}}\",\n    \"PaymentProcessorCode\": \"RICHATTPAY\",\n    \"PaymentProcessorFullResponse\": \"{\\\"status\\\":\\\"SUCCESS\\\",\\\"partner\\\":\\\"RichattPay\\\"}\"\n  }\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/Confirm/1027277000007375",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "Confirm",
                    "1027277000007375"
                  ]
                },
                "description": "Confirm for case RCH-MRT-MW-MOO-001 — uses the same Reference sent in PreRegister.\n\nBelMoney adapter will then POST /api-services/v2/transaction to RichattPay internally and return the RichattPay TransferID."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"Reference\": \"RCH_MRT_MW_MOO_1776983500\", \"TransferID\": \"1027277000007375\", \"TransferPIN\": \"BE1051616410\", \"StatusID\": 2, \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-BK-BPM-001 PreRegister (BPM — BPM_BANK_CASH_IN)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"Reference\": \"RCH_MRT_BK_BPM_1776983501\",\n  \"TransferReasonID\": 3,\n  \"Sender\": {\n    \"AgencyReference\": \"SND_RCH_MRT_001\",\n    \"FirstName\": \"John\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"Doe\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"123 Rue de Paris\",\n    \"CountryCode\": \"FR\",\n    \"CityName\": \"Paris\",\n    \"StateName\": \"IDF\",\n    \"PhoneNumber\": \"+33612345678\",\n    \"CellPhoneNumber\": \"+33612345678\",\n    \"Email\": \"john.doe@example.com\",\n    \"Sex\": \"M\",\n    \"BirthCityName\": \"Paris\",\n    \"BirthCountryCode\": \"FR\",\n    \"ProfessionID\": 70,\n    \"PEPTypeID\": 2,\n    \"SenderTypeID\": 1,\n    \"IDs\": [\n      {\n        \"IDType\": 5,\n        \"IDNo\": \"B02612750\",\n        \"IssuedCountryCode\": \"FR\",\n        \"Authority\": \"Prefecture de Paris\",\n        \"IDCopy\": true,\n        \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n        \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\"\n      }\n    ],\n    \"Nationality\": \"FRA\",\n    \"BirthDate\": \"1990-01-01T00:00:00.000Z\",\n    \"PostalCode\": \"75001\",\n    \"PhoneCountryCode\": \"33\"\n  },\n  \"Beneficiary\": {\n    \"AgencyReference\": \"BEN_RCH_MRT_001\",\n    \"FirstName\": \"Mohamed\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"SGHAIR\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"Nouakchott\",\n    \"CountryCode\": \"MR\",\n    \"CityName\": \"Nouakchott\",\n    \"PhoneNumber\": \"+22238564334\",\n    \"CellPhoneNumber\": \"+22238564334\",\n    \"Email\": \"bene@example.com\",\n    \"RelationshipToSenderID\": 10,\n    \"IDs\": [\n      {\n        \"IDType\": 14,\n        \"IDNo\": \"BEN001\",\n        \"IDCopy\": true\n      }\n    ],\n    \"PostalCode\": \"00000\",\n    \"PhoneCountryCode\": \"222\",\n    \"AccountNo\": \"97000000000000000000000\"\n  },\n  \"AmountAndFees\": {\n    \"PaymentAmount\": 4691,\n    \"OriginalAmount\": 100,\n    \"Rate\": 46.91,\n    \"RateID\": 1,\n    \"PayerCurrencyCode\": \"EUR\",\n    \"PaymentCurrencyCode\": \"MRU\",\n    \"PercentFee\": 0,\n    \"FlatFee\": 0,\n    \"OtherFee\": 0,\n    \"Tax\": 0,\n    \"FeesTax\": 0,\n    \"Discount\": 0,\n    \"Fee\": 0\n  },\n  \"Payment\": {\n    \"PayerBranchReference\": \"28855\",\n    \"PaymentTypeID\": 1,\n    \"BankAccount\": {\n      \"Code\": \"BPM_BANK_CASH_IN\",\n      \"Name\": \"BPM\",\n      \"BranchName\": \"BPM\",\n      \"AccountType\": 1,\n      \"AccountName\": \"Mohamed SGHAIR\",\n      \"AccountNo\": \"97000000000000000000000\"\n    }\n  }\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/PreRegister",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "PreRegister"
              ]
            },
            "description": "Homologation PreRegister for case RCH-MRT-BK-BPM-001.\nRichattPay codeService: BPM_BANK_CASH_IN\nProvider: BPM (BK)\nAccount (AccountNo): 97000000000000000000000\n\nFill {{payer_branch_reference}} with the RichattPay payer-branch code before running (partner to provide)."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Reference\": \"RCH_MRT_BK_BPM_{{$timestamp}}\",\n  \"TransferReasonID\": 3,\n  \"Sender\": {\n    \"AgencyReference\": \"SND_RCH_MRT_001\",\n    \"FirstName\": \"John\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"Doe\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"123 Rue de Paris\",\n    \"CountryCode\": \"FR\",\n    \"CityName\": \"Paris\",\n    \"StateName\": \"IDF\",\n    \"PhoneNumber\": \"+33612345678\",\n    \"CellPhoneNumber\": \"+33612345678\",\n    \"Email\": \"john.doe@example.com\",\n    \"Sex\": \"M\",\n    \"BirthCityName\": \"Paris\",\n    \"BirthCountryCode\": \"FR\",\n    \"ProfessionID\": 70,\n    \"PEPTypeID\": 2,\n    \"SenderTypeID\": 1,\n    \"IDs\": [\n      {\n        \"IDType\": 5,\n        \"IDNo\": \"B02612750\",\n        \"IssuedCountryCode\": \"FR\",\n        \"Authority\": \"Prefecture de Paris\",\n        \"IDCopy\": true,\n        \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n        \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\"\n      }\n    ],\n    \"Nationality\": \"FRA\",\n    \"BirthDate\": \"1990-01-01T00:00:00.000Z\",\n    \"PostalCode\": \"75001\",\n    \"PhoneCountryCode\": \"33\"\n  },\n  \"Beneficiary\": {\n    \"AgencyReference\": \"BEN_RCH_MRT_001\",\n    \"FirstName\": \"Mohamed\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"SGHAIR\",\n    \"SecondLastName\": \"\",\n    \"Address1\": \"Nouakchott\",\n    \"CountryCode\": \"MR\",\n    \"CityName\": \"Nouakchott\",\n    \"PhoneNumber\": \"+22238564334\",\n    \"CellPhoneNumber\": \"+22238564334\",\n    \"Email\": \"bene@example.com\",\n    \"RelationshipToSenderID\": 10,\n    \"IDs\": [\n      {\n        \"IDType\": 14,\n        \"IDNo\": \"BEN001\",\n        \"IDCopy\": true\n      }\n    ],\n    \"PostalCode\": \"00000\",\n    \"PhoneCountryCode\": \"222\",\n    \"AccountNo\": \"97000000000000000000000\"\n  },\n  \"AmountAndFees\": {\n    \"PaymentAmount\": 4691,\n    \"OriginalAmount\": 100,\n    \"Rate\": 46.91,\n    \"RateID\": 1,\n    \"PayerCurrencyCode\": \"EUR\",\n    \"PaymentCurrencyCode\": \"MRU\",\n    \"PercentFee\": 0,\n    \"FlatFee\": 0,\n    \"OtherFee\": 0,\n    \"Tax\": 0,\n    \"FeesTax\": 0,\n    \"Discount\": 0,\n    \"Fee\": 0\n  },\n  \"Payment\": {\n    \"PayerBranchReference\": \"28855\",\n    \"PaymentTypeID\": 1,\n    \"BankAccount\": {\n      \"Code\": \"BPM_BANK_CASH_IN\",\n      \"Name\": \"BPM\",\n      \"BranchName\": \"BPM\",\n      \"AccountType\": 1,\n      \"AccountName\": \"Mohamed SGHAIR\",\n      \"AccountNo\": \"97000000000000000000000\"\n    }\n  }\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/PreRegister",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "PreRegister"
                  ]
                },
                "description": "Homologation PreRegister for case RCH-MRT-BK-BPM-001.\nRichattPay codeService: BPM_BANK_CASH_IN\nProvider: BPM (BK)\nAccount (AccountNo): 97000000000000000000000\n\nFill {{payer_branch_reference}} with the RichattPay payer-branch code before running (partner to provide)."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"Reference\": \"RCH_MRT_BK_BPM_1776983501\", \"TransferID\": \"1027277000007376\", \"TransferPIN\": \"BE5751286069\", \"StatusID\": 1, \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-BK-BPM-001 AddSenderDocuments",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"TransferID\": \"1027277000007376\",\n  \"Documents\": [\n    {\n      \"TypeID\": 2,\n      \"DocumentData\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==\",\n      \"Description\": \"Sender ID Document\",\n      \"IDNo\": \"B02612750\",\n      \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n      \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\",\n      \"IssuedCountryCode\": \"FR\"\n    }\n  ]\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/AddSenderDocuments",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "AddSenderDocuments"
              ]
            },
            "description": "Step 2 of the RCH-MRT-BK-BPM-001 homologation flow.\nFill {{TransferID}} with the TransferID returned by the preceding PreRegister response before firing.\nUpload a sender ID scan (minimal 1×1 PNG is fine for UAT)."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"TransferID\": \"{{TransferID}}\",\n  \"Documents\": [\n    {\n      \"TypeID\": 2,\n      \"DocumentData\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==\",\n      \"Description\": \"Sender ID Document\",\n      \"IDNo\": \"B02612750\",\n      \"IssuedDate\": \"2020-01-15T00:00:00.000Z\",\n      \"ExpirationDate\": \"2030-01-15T00:00:00.000Z\",\n      \"IssuedCountryCode\": \"FR\"\n    }\n  ]\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/AddSenderDocuments",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "AddSenderDocuments"
                  ]
                },
                "description": "Step 2 of the RCH-MRT-BK-BPM-001 homologation flow.\nFill {{TransferID}} with the TransferID returned by the preceding PreRegister response before firing.\nUpload a sender ID scan (minimal 1×1 PNG is fine for UAT)."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"TransferID\": \"1027277000007376\", \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        },
        {
          "name": "RCH-MRT-BK-BPM-001 Confirm",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"Reference\": \"RCH_MRT_BK_BPM_1776983501\",\n  \"TransferPayment\": {\n    \"PaymentTypeID\": 1,\n    \"PaymentConfirmationCode\": \"RICHATTPAY-BPM-1776983501\",\n    \"PaymentProcessorCode\": \"RICHATTPAY\",\n    \"PaymentProcessorFullResponse\": \"{\\\"status\\\":\\\"SUCCESS\\\",\\\"partner\\\":\\\"RichattPay\\\"}\"\n  }\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/Incoming/Confirm/1027277000007376",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "Incoming",
                "Confirm",
                "1027277000007376"
              ]
            },
            "description": "Confirm for case RCH-MRT-BK-BPM-001 — uses the same Reference sent in PreRegister.\n\nBelMoney adapter will then POST /api-services/v2/transaction to RichattPay internally and return the RichattPay TransferID."
          },
          "response": [
            {
              "name": "200 OK",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Reference\": \"RCH_MRT_BK_BPM_{{$timestamp}}\",\n  \"TransferPayment\": {\n    \"PaymentTypeID\": 1,\n    \"PaymentConfirmationCode\": \"RICHATTPAY-BPM-{{$timestamp}}\",\n    \"PaymentProcessorCode\": \"RICHATTPAY\",\n    \"PaymentProcessorFullResponse\": \"{\\\"status\\\":\\\"SUCCESS\\\",\\\"partner\\\":\\\"RichattPay\\\"}\"\n  }\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/Incoming/Confirm/1027277000007376",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "Incoming",
                    "Confirm",
                    "1027277000007376"
                  ]
                },
                "description": "Confirm for case RCH-MRT-BK-BPM-001 — uses the same Reference sent in PreRegister.\n\nBelMoney adapter will then POST /api-services/v2/transaction to RichattPay internally and return the RichattPay TransferID."
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\"Reference\": \"RCH_MRT_BK_BPM_1776983501\", \"TransferID\": \"1027277000007376\", \"TransferPIN\": \"BE5751286069\", \"StatusID\": 2, \"Errors\": null, \"HasErrors\": false}"
            }
          ]
        }
      ]
    },
    {
      "name": "RichattPay partner-side",
      "description": "Partner-side RichattPay transactions created on 2026-04-24 as a side effect of BelMoney Confirm (PaymentProcessorCode=RICHATTPAY). Each case shows the POST /transaction that BelMoney's RICHATTPAY wrapper dispatched, followed by a GET /transaction/status probe. Every case returned 201 Created + status Pending; some have already moved to Process on a later poll. externalTransactionId = RP-<BelMoney TransferID>.",
      "item": [
        {
          "name": "Case 1 — SED (TID 1027277000007368)",
          "item": [
            {
              "name": "SED POST /transaction",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "apikey",
                    "value": "{{apikey}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"institutionSender\": \"20\",\n  \"senderId\": \"B02612750\",\n  \"senderGender\": \"M\",\n  \"senderName\": \"Doe\",\n  \"senderFstName\": \"John\",\n  \"senderPhone\": \"33612345678\",\n  \"senderEmail\": \"john.doe@example.com\",\n  \"senderAddress\": \"123 Rue de Paris\",\n  \"senderCity\": \"Paris\",\n  \"senderCountry\": \"FRA\",\n  \"senderNationality\": \"FRA\",\n  \"senderDateOfBirth\": \"1970-01-01\",\n  \"beneficiaryId\": \"BEN001\",\n  \"beneficiaryName\": \"SGHAIR\",\n  \"beneficiaryFstName\": \"Mohamed\",\n  \"beneficiaryGender\": \"M\",\n  \"beneficiaryPhone\": \"22238564334\",\n  \"beneficiaryEmail\": \"bene@example.com\",\n  \"beneficiaryAddress\": \"Nouakchott\",\n  \"beneficiaryCity\": \"Nouakchott\",\n  \"beneficiaryCountry\": \"MRT\",\n  \"beneficiaryNationality\": \"MRT\",\n  \"relationWithSender\": \"Family\",\n  \"externalTransactionId\": \"RP-1027277000007368\",\n  \"amount\": 4691.0,\n  \"walletOrAccountNumber\": \"26867619\",\n  \"codeService\": \"SEDAD_WALLET_CASH_IN\"\n}"
                },
                "url": {
                  "raw": "https://uat-partner.richattpay.com/api-services/v2/transaction",
                  "protocol": "https",
                  "host": [
                    "uat-partner",
                    "richattpay",
                    "com"
                  ],
                  "path": [
                    "api-services",
                    "v2",
                    "transaction"
                  ]
                }
              },
              "response": [
                {
                  "name": "201 Created — Pending",
                  "originalRequest": null,
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\"code\": 200, \"msg\": \"Transaction created successfully without error, you are going to receive a confirmation message\", \"error\": null, \"data\": {\"phone\": \"26867619\", \"amount\": \"4691\", \"currency\": null, \"codeService\": \"SEDAD_WALLET_CASH_IN\", \"transactionId\": \"T2604240024305910000001\", \"status\": \"Pending\", \"externalTransactionId\": \"RP-1027277000007368\", \"errorType\": null}}"
                }
              ]
            },
            {
              "name": "SED GET /transaction/status",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "apikey",
                    "value": "{{apikey}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://uat-partner.richattpay.com/api-services/v2/transaction/status/RP-1027277000007368",
                  "protocol": "https",
                  "host": [
                    "uat-partner",
                    "richattpay",
                    "com"
                  ],
                  "path": [
                    "api-services",
                    "v2",
                    "transaction",
                    "status",
                    "RP-1027277000007368"
                  ]
                }
              },
              "response": [
                {
                  "name": "200 OK — Pending",
                  "originalRequest": null,
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\"transactionId\": \"T2604240024305910000001\", \"createdAt\": \"2026-04-24T00:24:30Z\", \"updatedAt\": \"2026-04-24T00:24:30Z\", \"externalTransactionId\": \"RP-1027277000007368\", \"status\": \"Pending\", \"errorType\": {\"code\": null, \"message\": null}}"
                }
              ]
            }
          ]
        },
        {
          "name": "Case 2 — MAS (TID 1027277000007369)",
          "item": [
            {
              "name": "MAS POST /transaction",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "apikey",
                    "value": "{{apikey}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"institutionSender\": \"21\",\n  \"senderId\": \"B02612750\",\n  \"senderGender\": \"M\",\n  \"senderName\": \"Doe\",\n  \"senderFstName\": \"John\",\n  \"senderPhone\": \"33612345678\",\n  \"senderEmail\": \"john.doe@example.com\",\n  \"senderAddress\": \"123 Rue de Paris\",\n  \"senderCity\": \"Paris\",\n  \"senderCountry\": \"FRA\",\n  \"senderNationality\": \"FRA\",\n  \"senderDateOfBirth\": \"1970-01-01\",\n  \"beneficiaryId\": \"BEN001\",\n  \"beneficiaryName\": \"SGHAIR\",\n  \"beneficiaryFstName\": \"Mohamed\",\n  \"beneficiaryGender\": \"M\",\n  \"beneficiaryPhone\": \"22238564334\",\n  \"beneficiaryEmail\": \"bene@example.com\",\n  \"beneficiaryAddress\": \"Nouakchott\",\n  \"beneficiaryCity\": \"Nouakchott\",\n  \"beneficiaryCountry\": \"MRT\",\n  \"beneficiaryNationality\": \"MRT\",\n  \"relationWithSender\": \"Family\",\n  \"externalTransactionId\": \"RP-1027277000007369\",\n  \"amount\": 4691.0,\n  \"walletOrAccountNumber\": \"48883313\",\n  \"codeService\": \"MASRVI_WALLET_CASH_IN\"\n}"
                },
                "url": {
                  "raw": "https://uat-partner.richattpay.com/api-services/v2/transaction",
                  "protocol": "https",
                  "host": [
                    "uat-partner",
                    "richattpay",
                    "com"
                  ],
                  "path": [
                    "api-services",
                    "v2",
                    "transaction"
                  ]
                }
              },
              "response": [
                {
                  "name": "201 Created — Pending",
                  "originalRequest": null,
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\"code\": 200, \"msg\": \"Transaction created successfully without error, you are going to receive a confirmation message\", \"error\": null, \"data\": {\"phone\": \"48883313\", \"amount\": \"4691\", \"currency\": null, \"codeService\": \"MASRVI_WALLET_CASH_IN\", \"transactionId\": \"T2604240026059980000002\", \"status\": \"Pending\", \"externalTransactionId\": \"RP-1027277000007369\", \"errorType\": null}}"
                }
              ]
            },
            {
              "name": "MAS GET /transaction/status",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "apikey",
                    "value": "{{apikey}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://uat-partner.richattpay.com/api-services/v2/transaction/status/RP-1027277000007369",
                  "protocol": "https",
                  "host": [
                    "uat-partner",
                    "richattpay",
                    "com"
                  ],
                  "path": [
                    "api-services",
                    "v2",
                    "transaction",
                    "status",
                    "RP-1027277000007369"
                  ]
                }
              },
              "response": [
                {
                  "name": "200 OK — Process",
                  "originalRequest": null,
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\"transactionId\": \"T2604240026059980000002\", \"createdAt\": \"2026-04-24T00:26:05Z\", \"updatedAt\": \"2026-04-24T00:26:05Z\", \"externalTransactionId\": \"RP-1027277000007369\", \"status\": \"Process\", \"errorType\": {\"code\": \"Pending\", \"message\": \"Pending Transaction\"}}"
                }
              ]
            }
          ]
        },
        {
          "name": "Case 3 — BKY (TID 1027277000007370)",
          "item": [
            {
              "name": "BKY POST /transaction",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "apikey",
                    "value": "{{apikey}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"institutionSender\": \"22\",\n  \"senderId\": \"B02612750\",\n  \"senderGender\": \"M\",\n  \"senderName\": \"Doe\",\n  \"senderFstName\": \"John\",\n  \"senderPhone\": \"33612345678\",\n  \"senderEmail\": \"john.doe@example.com\",\n  \"senderAddress\": \"123 Rue de Paris\",\n  \"senderCity\": \"Paris\",\n  \"senderCountry\": \"FRA\",\n  \"senderNationality\": \"FRA\",\n  \"senderDateOfBirth\": \"1970-01-01\",\n  \"beneficiaryId\": \"BEN001\",\n  \"beneficiaryName\": \"SGHAIR\",\n  \"beneficiaryFstName\": \"Mohamed\",\n  \"beneficiaryGender\": \"M\",\n  \"beneficiaryPhone\": \"22238564334\",\n  \"beneficiaryEmail\": \"bene@example.com\",\n  \"beneficiaryAddress\": \"Nouakchott\",\n  \"beneficiaryCity\": \"Nouakchott\",\n  \"beneficiaryCountry\": \"MRT\",\n  \"beneficiaryNationality\": \"MRT\",\n  \"relationWithSender\": \"Family\",\n  \"externalTransactionId\": \"RP-1027277000007370\",\n  \"amount\": 4691.0,\n  \"walletOrAccountNumber\": \"38148228\",\n  \"codeService\": \"BANKILY_WALLET_CASH_IN\"\n}"
                },
                "url": {
                  "raw": "https://uat-partner.richattpay.com/api-services/v2/transaction",
                  "protocol": "https",
                  "host": [
                    "uat-partner",
                    "richattpay",
                    "com"
                  ],
                  "path": [
                    "api-services",
                    "v2",
                    "transaction"
                  ]
                }
              },
              "response": [
                {
                  "name": "201 Created — Pending",
                  "originalRequest": null,
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\"code\": 200, \"msg\": \"Transaction created successfully without error, you are going to receive a confirmation message\", \"error\": null, \"data\": {\"phone\": \"38148228\", \"amount\": \"4691\", \"currency\": null, \"codeService\": \"BANKILY_WALLET_CASH_IN\", \"transactionId\": \"T2604240026242310000003\", \"status\": \"Pending\", \"externalTransactionId\": \"RP-1027277000007370\", \"errorType\": null}}"
                }
              ]
            },
            {
              "name": "BKY GET /transaction/status",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "apikey",
                    "value": "{{apikey}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://uat-partner.richattpay.com/api-services/v2/transaction/status/RP-1027277000007370",
                  "protocol": "https",
                  "host": [
                    "uat-partner",
                    "richattpay",
                    "com"
                  ],
                  "path": [
                    "api-services",
                    "v2",
                    "transaction",
                    "status",
                    "RP-1027277000007370"
                  ]
                }
              },
              "response": [
                {
                  "name": "200 OK — Process",
                  "originalRequest": null,
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\"transactionId\": \"T2604240026242310000003\", \"createdAt\": \"2026-04-24T00:26:24Z\", \"updatedAt\": \"2026-04-24T00:26:24Z\", \"externalTransactionId\": \"RP-1027277000007370\", \"status\": \"Process\", \"errorType\": {\"code\": \"Pending\", \"message\": \"Pending Transaction\"}}"
                }
              ]
            }
          ]
        },
        {
          "name": "Case 4 — AMA (TID 1027277000007371)",
          "item": [
            {
              "name": "AMA POST /transaction",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "apikey",
                    "value": "{{apikey}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"institutionSender\": \"23\",\n  \"senderId\": \"B02612750\",\n  \"senderGender\": \"M\",\n  \"senderName\": \"Doe\",\n  \"senderFstName\": \"John\",\n  \"senderPhone\": \"33612345678\",\n  \"senderEmail\": \"john.doe@example.com\",\n  \"senderAddress\": \"123 Rue de Paris\",\n  \"senderCity\": \"Paris\",\n  \"senderCountry\": \"FRA\",\n  \"senderNationality\": \"FRA\",\n  \"senderDateOfBirth\": \"1970-01-01\",\n  \"beneficiaryId\": \"BEN001\",\n  \"beneficiaryName\": \"SGHAIR\",\n  \"beneficiaryFstName\": \"Mohamed\",\n  \"beneficiaryGender\": \"M\",\n  \"beneficiaryPhone\": \"22238564334\",\n  \"beneficiaryEmail\": \"bene@example.com\",\n  \"beneficiaryAddress\": \"Nouakchott\",\n  \"beneficiaryCity\": \"Nouakchott\",\n  \"beneficiaryCountry\": \"MRT\",\n  \"beneficiaryNationality\": \"MRT\",\n  \"relationWithSender\": \"Family\",\n  \"externalTransactionId\": \"RP-1027277000007371\",\n  \"amount\": 4691.0,\n  \"walletOrAccountNumber\": \"48883313\",\n  \"codeService\": \"AMANTY_WALLET_CASH_IN\"\n}"
                },
                "url": {
                  "raw": "https://uat-partner.richattpay.com/api-services/v2/transaction",
                  "protocol": "https",
                  "host": [
                    "uat-partner",
                    "richattpay",
                    "com"
                  ],
                  "path": [
                    "api-services",
                    "v2",
                    "transaction"
                  ]
                }
              },
              "response": [
                {
                  "name": "201 Created — Pending",
                  "originalRequest": null,
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\"code\": 200, \"msg\": \"Transaction created successfully without error, you are going to receive a confirmation message\", \"error\": null, \"data\": {\"phone\": \"48883313\", \"amount\": \"4691\", \"currency\": null, \"codeService\": \"AMANTY_WALLET_CASH_IN\", \"transactionId\": \"T2604240026353640000004\", \"status\": \"Pending\", \"externalTransactionId\": \"RP-1027277000007371\", \"errorType\": null}}"
                }
              ]
            },
            {
              "name": "AMA GET /transaction/status",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "apikey",
                    "value": "{{apikey}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://uat-partner.richattpay.com/api-services/v2/transaction/status/RP-1027277000007371",
                  "protocol": "https",
                  "host": [
                    "uat-partner",
                    "richattpay",
                    "com"
                  ],
                  "path": [
                    "api-services",
                    "v2",
                    "transaction",
                    "status",
                    "RP-1027277000007371"
                  ]
                }
              },
              "response": [
                {
                  "name": "200 OK — Process",
                  "originalRequest": null,
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\"transactionId\": \"T2604240026353640000004\", \"createdAt\": \"2026-04-24T00:26:35Z\", \"updatedAt\": \"2026-04-24T00:26:35Z\", \"externalTransactionId\": \"RP-1027277000007371\", \"status\": \"Process\", \"errorType\": {\"code\": \"Pending\", \"message\": \"Pending Transaction\"}}"
                }
              ]
            }
          ]
        },
        {
          "name": "Case 5 — BIM (TID 1027277000007372)",
          "item": [
            {
              "name": "BIM POST /transaction",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "apikey",
                    "value": "{{apikey}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"institutionSender\": \"24\",\n  \"senderId\": \"B02612750\",\n  \"senderGender\": \"M\",\n  \"senderName\": \"Doe\",\n  \"senderFstName\": \"John\",\n  \"senderPhone\": \"33612345678\",\n  \"senderEmail\": \"john.doe@example.com\",\n  \"senderAddress\": \"123 Rue de Paris\",\n  \"senderCity\": \"Paris\",\n  \"senderCountry\": \"FRA\",\n  \"senderNationality\": \"FRA\",\n  \"senderDateOfBirth\": \"1970-01-01\",\n  \"beneficiaryId\": \"BEN001\",\n  \"beneficiaryName\": \"SGHAIR\",\n  \"beneficiaryFstName\": \"Mohamed\",\n  \"beneficiaryGender\": \"M\",\n  \"beneficiaryPhone\": \"22238564334\",\n  \"beneficiaryEmail\": \"bene@example.com\",\n  \"beneficiaryAddress\": \"Nouakchott\",\n  \"beneficiaryCity\": \"Nouakchott\",\n  \"beneficiaryCountry\": \"MRT\",\n  \"beneficiaryNationality\": \"MRT\",\n  \"relationWithSender\": \"Family\",\n  \"externalTransactionId\": \"RP-1027277000007372\",\n  \"amount\": 4691.0,\n  \"walletOrAccountNumber\": \"38148228\",\n  \"codeService\": \"BIMBANK_WALLET_CASH_IN\"\n}"
                },
                "url": {
                  "raw": "https://uat-partner.richattpay.com/api-services/v2/transaction",
                  "protocol": "https",
                  "host": [
                    "uat-partner",
                    "richattpay",
                    "com"
                  ],
                  "path": [
                    "api-services",
                    "v2",
                    "transaction"
                  ]
                }
              },
              "response": [
                {
                  "name": "201 Created — Pending",
                  "originalRequest": null,
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\"code\": 200, \"msg\": \"Transaction created successfully without error, you are going to receive a confirmation message\", \"error\": null, \"data\": {\"phone\": \"38148228\", \"amount\": \"4691\", \"currency\": null, \"codeService\": \"BIMBANK_WALLET_CASH_IN\", \"transactionId\": \"T2604240026463160000005\", \"status\": \"Pending\", \"externalTransactionId\": \"RP-1027277000007372\", \"errorType\": null}}"
                }
              ]
            },
            {
              "name": "BIM GET /transaction/status",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "apikey",
                    "value": "{{apikey}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://uat-partner.richattpay.com/api-services/v2/transaction/status/RP-1027277000007372",
                  "protocol": "https",
                  "host": [
                    "uat-partner",
                    "richattpay",
                    "com"
                  ],
                  "path": [
                    "api-services",
                    "v2",
                    "transaction",
                    "status",
                    "RP-1027277000007372"
                  ]
                }
              },
              "response": [
                {
                  "name": "200 OK — Pending",
                  "originalRequest": null,
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\"transactionId\": \"T2604240026463160000005\", \"createdAt\": \"2026-04-24T00:26:46Z\", \"updatedAt\": \"2026-04-24T00:26:46Z\", \"externalTransactionId\": \"RP-1027277000007372\", \"status\": \"Pending\", \"errorType\": {\"code\": null, \"message\": null}}"
                }
              ]
            }
          ]
        },
        {
          "name": "Case 6 — CLK (TID 1027277000007373)",
          "item": [
            {
              "name": "CLK POST /transaction",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "apikey",
                    "value": "{{apikey}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"institutionSender\": \"25\",\n  \"senderId\": \"B02612750\",\n  \"senderGender\": \"M\",\n  \"senderName\": \"Doe\",\n  \"senderFstName\": \"John\",\n  \"senderPhone\": \"33612345678\",\n  \"senderEmail\": \"john.doe@example.com\",\n  \"senderAddress\": \"123 Rue de Paris\",\n  \"senderCity\": \"Paris\",\n  \"senderCountry\": \"FRA\",\n  \"senderNationality\": \"FRA\",\n  \"senderDateOfBirth\": \"1970-01-01\",\n  \"beneficiaryId\": \"BEN001\",\n  \"beneficiaryName\": \"SGHAIR\",\n  \"beneficiaryFstName\": \"Mohamed\",\n  \"beneficiaryGender\": \"M\",\n  \"beneficiaryPhone\": \"22238564334\",\n  \"beneficiaryEmail\": \"bene@example.com\",\n  \"beneficiaryAddress\": \"Nouakchott\",\n  \"beneficiaryCity\": \"Nouakchott\",\n  \"beneficiaryCountry\": \"MRT\",\n  \"beneficiaryNationality\": \"MRT\",\n  \"relationWithSender\": \"Family\",\n  \"externalTransactionId\": \"RP-1027277000007373\",\n  \"amount\": 4691.0,\n  \"walletOrAccountNumber\": \"48883313\",\n  \"codeService\": \"CLICK_WALLET_CASH_IN\"\n}"
                },
                "url": {
                  "raw": "https://uat-partner.richattpay.com/api-services/v2/transaction",
                  "protocol": "https",
                  "host": [
                    "uat-partner",
                    "richattpay",
                    "com"
                  ],
                  "path": [
                    "api-services",
                    "v2",
                    "transaction"
                  ]
                }
              },
              "response": [
                {
                  "name": "201 Created — Pending",
                  "originalRequest": null,
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\"code\": 200, \"msg\": \"Transaction created successfully without error, you are going to receive a confirmation message\", \"error\": null, \"data\": {\"phone\": \"48883313\", \"amount\": \"4691\", \"currency\": null, \"codeService\": \"CLICK_WALLET_CASH_IN\", \"transactionId\": \"T2604240026574530000006\", \"status\": \"Pending\", \"externalTransactionId\": \"RP-1027277000007373\", \"errorType\": null}}"
                }
              ]
            },
            {
              "name": "CLK GET /transaction/status",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "apikey",
                    "value": "{{apikey}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://uat-partner.richattpay.com/api-services/v2/transaction/status/RP-1027277000007373",
                  "protocol": "https",
                  "host": [
                    "uat-partner",
                    "richattpay",
                    "com"
                  ],
                  "path": [
                    "api-services",
                    "v2",
                    "transaction",
                    "status",
                    "RP-1027277000007373"
                  ]
                }
              },
              "response": [
                {
                  "name": "200 OK — Pending",
                  "originalRequest": null,
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\"transactionId\": \"T2604240026574530000006\", \"createdAt\": \"2026-04-24T00:26:57Z\", \"updatedAt\": \"2026-04-24T00:26:57Z\", \"externalTransactionId\": \"RP-1027277000007373\", \"status\": \"Pending\", \"errorType\": {\"code\": null, \"message\": null}}"
                }
              ]
            }
          ]
        },
        {
          "name": "Case 7 — GAZ (TID 1027277000007374)",
          "item": [
            {
              "name": "GAZ POST /transaction",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "apikey",
                    "value": "{{apikey}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"institutionSender\": \"26\",\n  \"senderId\": \"B02612750\",\n  \"senderGender\": \"M\",\n  \"senderName\": \"Doe\",\n  \"senderFstName\": \"John\",\n  \"senderPhone\": \"33612345678\",\n  \"senderEmail\": \"john.doe@example.com\",\n  \"senderAddress\": \"123 Rue de Paris\",\n  \"senderCity\": \"Paris\",\n  \"senderCountry\": \"FRA\",\n  \"senderNationality\": \"FRA\",\n  \"senderDateOfBirth\": \"1970-01-01\",\n  \"beneficiaryId\": \"BEN001\",\n  \"beneficiaryName\": \"SGHAIR\",\n  \"beneficiaryFstName\": \"Mohamed\",\n  \"beneficiaryGender\": \"M\",\n  \"beneficiaryPhone\": \"22238564334\",\n  \"beneficiaryEmail\": \"bene@example.com\",\n  \"beneficiaryAddress\": \"Nouakchott\",\n  \"beneficiaryCity\": \"Nouakchott\",\n  \"beneficiaryCountry\": \"MRT\",\n  \"beneficiaryNationality\": \"MRT\",\n  \"relationWithSender\": \"Family\",\n  \"externalTransactionId\": \"RP-1027277000007374\",\n  \"amount\": 4691.0,\n  \"walletOrAccountNumber\": \"38148228\",\n  \"codeService\": \"GAZA_WALLET_CASH_IN\"\n}"
                },
                "url": {
                  "raw": "https://uat-partner.richattpay.com/api-services/v2/transaction",
                  "protocol": "https",
                  "host": [
                    "uat-partner",
                    "richattpay",
                    "com"
                  ],
                  "path": [
                    "api-services",
                    "v2",
                    "transaction"
                  ]
                }
              },
              "response": [
                {
                  "name": "201 Created — Pending",
                  "originalRequest": null,
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\"code\": 200, \"msg\": \"Transaction created successfully without error, you are going to receive a confirmation message\", \"error\": null, \"data\": {\"phone\": \"38148228\", \"amount\": \"4691\", \"currency\": null, \"codeService\": \"GAZA_WALLET_CASH_IN\", \"transactionId\": \"T2604240027097500000007\", \"status\": \"Pending\", \"externalTransactionId\": \"RP-1027277000007374\", \"errorType\": null}}"
                }
              ]
            },
            {
              "name": "GAZ GET /transaction/status",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "apikey",
                    "value": "{{apikey}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://uat-partner.richattpay.com/api-services/v2/transaction/status/RP-1027277000007374",
                  "protocol": "https",
                  "host": [
                    "uat-partner",
                    "richattpay",
                    "com"
                  ],
                  "path": [
                    "api-services",
                    "v2",
                    "transaction",
                    "status",
                    "RP-1027277000007374"
                  ]
                }
              },
              "response": [
                {
                  "name": "200 OK — Pending",
                  "originalRequest": null,
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\"transactionId\": \"T2604240027097500000007\", \"createdAt\": \"2026-04-24T00:27:09Z\", \"updatedAt\": \"2026-04-24T00:27:09Z\", \"externalTransactionId\": \"RP-1027277000007374\", \"status\": \"Pending\", \"errorType\": {\"code\": null, \"message\": null}}"
                }
              ]
            }
          ]
        },
        {
          "name": "Case 8 — MOO (TID 1027277000007375)",
          "item": [
            {
              "name": "MOO POST /transaction",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "apikey",
                    "value": "{{apikey}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"institutionSender\": \"27\",\n  \"senderId\": \"B02612750\",\n  \"senderGender\": \"M\",\n  \"senderName\": \"Doe\",\n  \"senderFstName\": \"John\",\n  \"senderPhone\": \"33612345678\",\n  \"senderEmail\": \"john.doe@example.com\",\n  \"senderAddress\": \"123 Rue de Paris\",\n  \"senderCity\": \"Paris\",\n  \"senderCountry\": \"FRA\",\n  \"senderNationality\": \"FRA\",\n  \"senderDateOfBirth\": \"1970-01-01\",\n  \"beneficiaryId\": \"BEN001\",\n  \"beneficiaryName\": \"SGHAIR\",\n  \"beneficiaryFstName\": \"Mohamed\",\n  \"beneficiaryGender\": \"M\",\n  \"beneficiaryPhone\": \"22238564334\",\n  \"beneficiaryEmail\": \"bene@example.com\",\n  \"beneficiaryAddress\": \"Nouakchott\",\n  \"beneficiaryCity\": \"Nouakchott\",\n  \"beneficiaryCountry\": \"MRT\",\n  \"beneficiaryNationality\": \"MRT\",\n  \"relationWithSender\": \"Family\",\n  \"externalTransactionId\": \"RP-1027277000007375\",\n  \"amount\": 4691.0,\n  \"walletOrAccountNumber\": \"48883313\",\n  \"codeService\": \"MOOV_WALLET_CASH_IN\"\n}"
                },
                "url": {
                  "raw": "https://uat-partner.richattpay.com/api-services/v2/transaction",
                  "protocol": "https",
                  "host": [
                    "uat-partner",
                    "richattpay",
                    "com"
                  ],
                  "path": [
                    "api-services",
                    "v2",
                    "transaction"
                  ]
                }
              },
              "response": [
                {
                  "name": "201 Created — Pending",
                  "originalRequest": null,
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\"code\": 200, \"msg\": \"Transaction created successfully without error, you are going to receive a confirmation message\", \"error\": null, \"data\": {\"phone\": \"48883313\", \"amount\": \"4691\", \"currency\": null, \"codeService\": \"MOOV_WALLET_CASH_IN\", \"transactionId\": \"T2604240027207610000008\", \"status\": \"Pending\", \"externalTransactionId\": \"RP-1027277000007375\", \"errorType\": null}}"
                }
              ]
            },
            {
              "name": "MOO GET /transaction/status",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "apikey",
                    "value": "{{apikey}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://uat-partner.richattpay.com/api-services/v2/transaction/status/RP-1027277000007375",
                  "protocol": "https",
                  "host": [
                    "uat-partner",
                    "richattpay",
                    "com"
                  ],
                  "path": [
                    "api-services",
                    "v2",
                    "transaction",
                    "status",
                    "RP-1027277000007375"
                  ]
                }
              },
              "response": [
                {
                  "name": "200 OK — Pending",
                  "originalRequest": null,
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\"transactionId\": \"T2604240027207610000008\", \"createdAt\": \"2026-04-24T00:27:20Z\", \"updatedAt\": \"2026-04-24T00:27:20Z\", \"externalTransactionId\": \"RP-1027277000007375\", \"status\": \"Pending\", \"errorType\": {\"code\": null, \"message\": null}}"
                }
              ]
            }
          ]
        },
        {
          "name": "Case 9 — BPM (TID 1027277000007376)",
          "item": [
            {
              "name": "BPM POST /transaction",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "apikey",
                    "value": "{{apikey}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"institutionSender\": \"28\",\n  \"senderId\": \"B02612750\",\n  \"senderGender\": \"M\",\n  \"senderName\": \"Doe\",\n  \"senderFstName\": \"John\",\n  \"senderPhone\": \"33612345678\",\n  \"senderEmail\": \"john.doe@example.com\",\n  \"senderAddress\": \"123 Rue de Paris\",\n  \"senderCity\": \"Paris\",\n  \"senderCountry\": \"FRA\",\n  \"senderNationality\": \"FRA\",\n  \"senderDateOfBirth\": \"1970-01-01\",\n  \"beneficiaryId\": \"BEN001\",\n  \"beneficiaryName\": \"SGHAIR\",\n  \"beneficiaryFstName\": \"Mohamed\",\n  \"beneficiaryGender\": \"M\",\n  \"beneficiaryPhone\": \"22238564334\",\n  \"beneficiaryEmail\": \"bene@example.com\",\n  \"beneficiaryAddress\": \"Nouakchott\",\n  \"beneficiaryCity\": \"Nouakchott\",\n  \"beneficiaryCountry\": \"MRT\",\n  \"beneficiaryNationality\": \"MRT\",\n  \"relationWithSender\": \"Family\",\n  \"externalTransactionId\": \"RP-1027277000007376\",\n  \"amount\": 4691.0,\n  \"walletOrAccountNumber\": \"97000000000000000000000\",\n  \"codeService\": \"BPM_BANK_CASH_IN\"\n}"
                },
                "url": {
                  "raw": "https://uat-partner.richattpay.com/api-services/v2/transaction",
                  "protocol": "https",
                  "host": [
                    "uat-partner",
                    "richattpay",
                    "com"
                  ],
                  "path": [
                    "api-services",
                    "v2",
                    "transaction"
                  ]
                }
              },
              "response": [
                {
                  "name": "201 Created — Pending",
                  "originalRequest": null,
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\"code\": 200, \"msg\": \"Transaction created successfully without error, you are going to receive a confirmation message\", \"error\": null, \"data\": {\"phone\": \"97000000000000000000000\", \"amount\": \"4691\", \"currency\": null, \"codeService\": \"BPM_BANK_CASH_IN\", \"transactionId\": \"T2604240027317680000009\", \"status\": \"Pending\", \"externalTransactionId\": \"RP-1027277000007376\", \"errorType\": null}}"
                }
              ]
            },
            {
              "name": "BPM GET /transaction/status",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "apikey",
                    "value": "{{apikey}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://uat-partner.richattpay.com/api-services/v2/transaction/status/RP-1027277000007376",
                  "protocol": "https",
                  "host": [
                    "uat-partner",
                    "richattpay",
                    "com"
                  ],
                  "path": [
                    "api-services",
                    "v2",
                    "transaction",
                    "status",
                    "RP-1027277000007376"
                  ]
                }
              },
              "response": [
                {
                  "name": "200 OK — Pending",
                  "originalRequest": null,
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\"transactionId\": \"T2604240027317680000009\", \"createdAt\": \"2026-04-24T00:27:31Z\", \"updatedAt\": \"2026-04-24T00:27:31Z\", \"externalTransactionId\": \"RP-1027277000007376\", \"status\": \"Pending\", \"errorType\": {\"code\": null, \"message\": null}}"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
