Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

POST /domestic-future-dated-payments

Authorization: Bearer 4ZopnFZFKjr5zDsicSQpLL

x-idempotency-key: XYZ.51403.MLT.30

x-jws-signature: LMlmPSqzISEpar72ce5deMGue4RsZMDnZYG1bW6hdPlvriZ=..G1rrM18vVYBmdmRurS6nIR1yFHR8bGZyIJdvaB5nKGRvm35hTr==

x-fapi-auth-date: Tue, 18 Mar 2020 19:43:31 GMT

x-fapi-customer-ip-address: 204.35.213.15

x-fapi-interaction-id: 75bdc714-b2dg-7676-c759-780d6815689f

Content-Type: application/json

Accept: application/jsonContent-Type: application/json
Accept: application/json

{

  "Data": {

    "ConsentId": "123456",   

    "Initiation": {

      "InstructionIdentification": "07171I030",

      "EndToEndIdentification": "20200716D004",

      "LocalInstrument": "EFT-CSCT-DNS",

      "RequestedExecutionDateTime": "2020-03-18T05:09:15.869Z"

      "InstructedAmount": {

        "Amount": "2.13",

        "Currency": "BHD"

      },

      "DebtorAccount": {

        "SchemeName": "IBAN",

        "Identification": "BH10BBKU00100000004444",

        "Name": "Aamir Khan",

        "SecondaryIdentification": "00026"

      },

      "CreditorAccount": {

        "SchemeName": "IBAN",

        "Identification": "BH89ABIB00000123456789",

        "Name": "Asif Khan",

        "SecondaryIdentification": "00025"

      },

      "CreditorPostalAddress": {

        "AddressType": "Business",

        "Department": " ",

        "SubDepartment": " ",

        "StreetName": "Route 1888",

        "BuildingNumber": "27",

        "PostCode": "317",

        "TownName": "Manama",

        "CountySubDivision": "Manama”      

        "Country": "BH",

        "AddressLine": "Block 317, Road 1702, Building 96”

      },

      "RemittanceInformation": {

        "RemittanceDescription": "Internal ops code 5120101",

        "Reference": "STORE-101"

      },

      },

  "Risk": {

    "PaymentContextCode": "BillPayment",

    "MerchantCategoryCode": "002345",

    "MerchantCustomerIdentification": "0023456789",

    "DeliveryAddress": {

    "AddressLine": "Block 317, Road 1702, Building 96”,

    "SubDepartment": " ",

    "StreetName": "Route 1888",
    "BuildingNumber": "27",
    "PostCode": "317",
    "TownName": "Manama",
    "CountySubDivision": "Manama”       

    "Country": "BH",    }

  }

}

}

...