Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

1.      Overview

The Domestic Future Dated Payments resource is used by a PISP to initiate a Domestic Future Dated Payment.

...

4.1.      POST /domestic-future-dated-payments

4.1.1        Request1     Request

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/json
Content-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",    }

  }

}

}

4.1.2      Response

201 Created

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

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

Content-Type: application/json

{

  "Data": {

    "DomesticFutureDatedPaymentId": "565656",

    "ConsentId": "string",

    "CreationDateTime": "2020-03-18T05:09:15.871Z",

    "Status": "Cancelled",

    "StatusUpdateDateTime": "2020-03-18T05:09:15.871Z",

    "ExpectedExecutionDateTime": "2020-03-18T05:09:15.871Z",

    "ExpectedSettlementDateTime": "2020-03-18T05:09:15.871Z",

    "Refund": {

      "Account": {

        "SchemeName": "IBAN",

        "Identification": "08080021325677",

        "Name": "NTPC Inc ",       

      }

    },

    "Charges": [

      {

        "ChargeBearer": "BorneByCreditor",

        "Type": "TO_BE_CONFIRMED"",

        "Amount": {

          "Amount": "2.13",

          "Currency": "BHD"

        }

      }

    ],

      "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"

      },

    },

  },

  "Links": {

    "Self": "www.TBC.com",

  },

  "Meta": {

    "TotalPages": 02,

    "FirstAvailableDateTime": "2020-03-18T05:09:15.871Z",

    "LastAvailableDateTime": "2020-03-18T05:09:15.871Z"

  }

}