Single Future Dated Domestic Payment API allows customer initiation of scheduled EFTS DNS and BIL payment.
The API endpoint allows the PISP to ask an ASPSP to create a new domestic-payment-consents resource.
Request:
https://host:port/api/bobf/release1.0.0/domestic-future-dated-payment-consents
Authorization: Bearer 4ZopnFZFKjr5zDsicSQpLL
x-idempotency-key: XYZ.51403.MLT.30
x-jws-signature: LMlmPSqzISEpar72ce5deMGue4RsZMDnZYG1bW6hdPlvriZ=..G1rrM18vVYBmdmRurS6nIR1yFHR8bGZyIJdvaB5nKGRvm35hTr==
x-fapi-auth-date: Tue, 19 Mar 2020 19:43:31 GMT+03:00
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
{
"Data" : {
"Permission" : "Create",
"Initiation" : {
"InstructionIdentification" : "20210426-10",
"EndToEndIdentification" : "20190616B002",
"LocalInstrument" : "BH.OBF.DNS",
"InstructedAmount" : {
"Amount" : "99999.999",
"Currency" : "BHD"
},
"DebtorAccount" : {
"SchemeName" : "BH.OBF.IBAN",
"Identification" : "BH81BBKU00100000005211",
"Name" : "Khalid Ahmed Ali"
},
"CreditorAccount" : {
"SchemeName" : "BH.OBF.IBAN",
"Identification" : "BH36ABCO00112345678901",
"Name" : "Faisal Hassan Mohammed"
},
"RemittanceInformation" : {
"Reference" : "STORE-101",
"RemittanceDescription" : "Internal ops code 5120101"
},
"RequestedExecutionDateTime" : "2021-04-27T04:57:51.126+03:00",
"CreditorPostalAddress" : {
"AddressType" : "Business",
"StreetName" : "Al Barsha",
"BuildingNumber" : "27",
"PostCode" : "317",
"TownName" : "Manama",
"CountrySubDivision" : "Manama",
"Country" : "BH",
"AddressLine" : [ "XYZ Bank, Diplomatic Area" ]
}
},
"Authorisation" : {
"AuthorisationType" : "Single",
"CompletionDateTime" : "2020-04-07T09:10:17.594+03:00"
},
"SCASupportData" : {
"RequestedSCAExemptionType" : " ",
"AppliedAuthenticationApproach" : "SCA",
"ReferencePaymentOrderId" : "08976"
}
},
"Risk" : {
"PaymentContextCode" : "BillPayment",
"MerchantCategoryCode" : "002345",
"MerchantCustomerIdentification" : "0023456789",
"DeliveryAddress" : {
"AddressLine" : [ "XYZ Bank, Diplomatic Area" ],
"StreetName" : "Route 1888",
"BuildingNumber" : "27",
"PostCode" : "317",
"TownName" : "Manama",
"CountrySubDivision" : [ "Manama" ],
"Country" : "BH"
}
}
}
Response:
201 Created
x-jws-signature: LMlmPSqzISEpar72ce5deMGue4RsZMDnZYG1bW6hdPlvriZ=
x-fapi-interaction-id: 75bdc714-b2dg-7676-c759-780d6815689f
Content-Type: application/json
{
"Data" : {
"ConsentId" : "5vGLBbHEQfa4E9-kl-aq6w",
"CreationDateTime" : "2021-04-26T15:02:49.941+03:00",
"Status" : "AwaitingAuthorisation",
"StatusUpdateDateTime" : "2021-04-26T15:02:49.941+03:00",
"Permission" : "Create",
"ReadRefundAccount" : null,
"CutOffDateTime" : null,
"ExpectedExecutionDateTime" : null,
"ExpectedSettlementDateTime" : null,
"Charges" : null,
"Initiation" : {
"InstructionIdentification" : "20210426-10",
"EndToEndIdentification" : "20190616B002",
"LocalInstrument" : "BH.OBF.DNS",
"InstructedAmount" : {
"Amount" : "99999.999",
"Currency" : "BHD"
},
"DebtorAccount" : {
"SchemeName" : "BH.OBF.IBAN",
"Identification" : "BH81BBKU00100000005211",
"Name" : "Khalid Ahmed Ali"
},
"CreditorAccount" : {
"SchemeName" : "BH.OBF.IBAN",
"Identification" : "BH36ABCO00112345678901",
"Name" : "Faisal Hassan Mohammed"
},
"RemittanceInformation" : {
"Reference" : "STORE-101",
"RemittanceDescription" : "Internal ops code 5120101"
},
"RequestedExecutionDateTime" : "2021-04-27T04:57:51.126+03:00",
"CreditorPostalAddress" : {
"AddressType" : "Business",
"StreetName" : "Al Barsha",
"BuildingNumber" : "27",
"PostCode" : "317",
"TownName" : "Manama",
"CountrySubDivision" : "Manama",
"Country" : "BH",
"AddressLine" : [ "XYZ Bank, Diplomatic Area" ]
}
},
"Authorisation" : {
"AuthorisationType" : "Single",
"CompletionDateTime" : "2020-04-07T09:10:17.594+03:00"
},
"SCASupportData" : {
"RequestedSCAExemptionType" : " ",
"AppliedAuthenticationApproach" : "SCA",
"ReferencePaymentOrderId" : "08976"
},
"Debtor" : null
},
"Risk" : {
"PaymentContextCode" : "BillPayment",
"MerchantCategoryCode" : "002345",
"MerchantCustomerIdentification" : "0023456789",
"DeliveryAddress" : {
"AddressLine" : [ "XYZ Bank, Diplomatic Area" ],
"StreetName" : "Route 1888",
"BuildingNumber" : "27",
"PostCode" : "317",
"TownName" : "Manama",
"CountrySubDivision" : [ "Manama" ],
"Country" : "BH"
}
},
"Links" : {
"Self" : "https://host:bank/authpage/paymentConsentId/5vGLBbHEQfa4E9-kl-aq6w"
},
"Meta" : { }
}
A PISP can optionally retrieve a payment consents resource that they have created to check its status.
Request:
https://host:bank/api/bobf/release1.0.0/domestic-future-dated-payment-consents/1B9CFE41Toi-8m7v4X2dOA
Authorisation: Bearer 4ZopnFZFKjr5zDsicSQpLL
x-fapi-auth-date: Tue, 17 Mar 2020 19:43:31 GMT+03:00
x-fapi-customer-ip-address: 204.35.213.15
x-fapi-interaction-id: 75bdc714-b2dg-7676-c759-780d6815689f
Accept: application/json
Response:
200 OK
x-jws-signature: LMlmPSqzISEpar72ce5deMGue4RsZMDnZYG1bW6hdPlvriZ=
x-fapi-interaction-id: 75bdc714-b2dg-7676-c759-780d6815689f
Content-Type: application/json
{
"Data" : {
"ConsentId" : "1B9CFE41Toi-8m7v4X2dOA",
"CreationDateTime" : "2021-04-26T15:08:37.065+03:00",
"Status" : "AwaitingAuthorisation",
"StatusUpdateDateTime" : "2021-04-26T15:08:37.065+03:00",
"Permission" : "Create"
"Initiation" : {
"InstructionIdentification" : "20210426-102",
"EndToEndIdentification" : "20190616B002",
"LocalInstrument" : "BH.OBF.DNS",
"InstructedAmount" : {
"Amount" : "99999.999",
"Currency" : "BHD"
},
"DebtorAccount" : {
"SchemeName" : "BH.OBF.IBAN",
"Identification" : "BH81BBKU00100000005211",
"Name" : "Khalid Ahmed Ali"
},
"CreditorAccount" : {
"SchemeName" : "BH.OBF.IBAN",
"Identification" : "BH36ABCO00112345678901",
"Name" : "Faisal Hassan Mohammed"
},
"RemittanceInformation" : {
"Reference" : "STORE-101",
"RemittanceDescription" : "Internal ops code 5120101"
},
"RequestedExecutionDateTime" : "2021-04-27T04:57:51.126+03:00",
"CreditorPostalAddress" : {
"AddressType" : "Business",
"StreetName" : "Al Barsha",
"BuildingNumber" : "27",
"PostCode" : "317",
"TownName" : "Manama",
"CountrySubDivision" : "Manama",
"Country" : "BH",
"AddressLine" : [ "XYZ Bank, Diplomatic Area" ]
}
},
"Authorisation" : {
"AuthorisationType" : "Single",
"CompletionDateTime" : "2020-04-07T09:10:17.594+03:00"
},
"SCASupportData" : {
"RequestedSCAExemptionType" : " ",
"AppliedAuthenticationApproach" : "SCA",
"ReferencePaymentOrderId" : "08976"
}
},
"Risk" : {
"PaymentContextCode" : "BillPayment",
"MerchantCategoryCode" : "002345",
"MerchantCustomerIdentification" : "0023456789",
"DeliveryAddress" : {
"AddressLine" : [ "XYZ Bank, Diplomatic Area" ],
"StreetName" : "Route 1888",
"BuildingNumber" : "27",
"PostCode" : "317",
"TownName" : "Manama",
"CountrySubDivision" : [ "Manama" ],
"Country" : "BH"
}
},
"Links" : {
"Self" : "https://host:bank/authpage/paymentConsentId/1B9CFE41Toi-8m7v4X2dOA"
},
"Meta" : { }
}
The API endpoint allows the PISP to ask an ASPSP to create a new domestic-future-dated-payment-cancellation-consents resource.
Request:
https://host:port/api/bobf/release1.0.0/domestic-future-dated-payment-cancellation-consents
Authorization: Bearer 4ZopnFZFKjr5zDsicSQpLL
x-idempotency-key: XYZ.51403.MLT.30
x-jws-signature: LMlmPSqzISEpar72ce5deMGue4RsZMDnZYG1bW6hdPlvriZ=..G1rrM18vVYBmdmRurS6nIR1yFHR8bGZyIJdvaB5nKGRvm35hTr==
x-fapi-auth-date: Tue, 19 Mar 2020 19:43:31 GMT+03:00
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
{
"Data": {
"Permission": "Update",
"DomesticFutureDatedPaymentId": "ZNU6dwVARjewY0jp6vEkWg",
"ExpectedExecutionDateTime": "2020-04-23T13:17:14.339+03:00",
"ExpectedSettlementDateTime": "2020-04-23T13:17:14.339+03:00"
}
}
Response:
x-jws-signature: LMlmPSqzISEpar72ce5deMGue4RsZMDnZYG1bW6hdPlvriZ=
x-fapi-interaction-id: 75bdc714-b2dg-7676-c759-780d6815689f
Content-Type: application/json
{
"Data": {
"ConsentId": "2376toP8StaDr45aNhW5_g",
"Permission": "Update",
"DomesticFutureDatedPaymentId": "ZNU6dwVARjewY0jp6vEkWg",
"ExpectedExecutionDateTime": "2020-04-23T13:17:14.340+03:00",
"ExpectedSettlementDateTime": "2020-04-23T13:17:14.340+03:00",
}
}
A PISP can optionally retrieve a payment consents resource that they have created to check its status.
Request:
https://bank:8745/api/bobf/release1.0.0/domestic-future-dated-payment-cancellation-consents/ZNU6dwVARjewY0jp6vEkWg
Authorisation: Bearer 4ZopnFZFKjr5zDsicSQpLL
x-fapi-auth-date: Tue, 17 Mar 2020 19:43:31 GMT+03:00
x-fapi-customer-ip-address: 204.35.213.15
x-fapi-interaction-id: 75bdc714-b2dg-7676-c759-780d6815689f
Accept: application/json
Response:
200 OK
x-fapi-interaction-id: 93bac548-d2de-4546-b106-880a5018460d
Content-Type: application/jsonx-jws-signature: LMlmPSqzISEpar72ce5deMGue4RsZMDnZYG1bW6hdPlvriZ=
x-fapi-interaction-id: 75bdc714-b2dg-7676-c759-780d6815689f
Content-Type: application/json
{
"Data": {
"ConsentId": "2376toP8StaDr45aNhW5_g",
"Permission": "Update",
"DomesticFutureDatedPaymentId": "ZNU6dwVARjewY0jp6vEkWg",
"ExpectedExecutionDateTime": "2020-04-23T13:17:14.340+03:00",
"ExpectedSettlementDateTime": "2020-04-23T13:17:14.340+03:00",
}
}
Once the domestic-future-dated-payment-consents has been authorised by the user/customer, the PISP should proceed to submit the domestic-future-dated-payment for processing.
Request:
https://host:bank/api/bobf/release1.0.0/domestic-future-dated-payment
Authorisation: 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+03:00
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
{
"Data" : {
"ConsentId" : "5vGLBbHEQfa4E9-kl-aq6w",
"Initiation" : {
"InstructionIdentification" : "20210426-10",
"EndToEndIdentification" : "20190616B002",
"LocalInstrument" : "BH.OBF.DNS",
"InstructedAmount" : {
"Amount" : "99999.999",
"Currency" : "BHD"
},
"DebtorAccount" : {
"SchemeName" : "BH.OBF.IBAN",
"Identification" : "BH81BBKU00100000005211",
"Name" : "Khalid Ahmed Ali"
},
"CreditorAccount" : {
"SchemeName" : "BH.OBF.IBAN",
"Identification" : "BH36ABCO00112345678901",
"Name" : "Faisal Hassan Mohammed"
},
"RemittanceInformation" : {
"Reference" : "STORE-101",
"RemittanceDescription" : "Internal ops code 5120101"
},
"RequestedExecutionDateTime" : "2021-04-27T04:57:51.126+03:00",
"CreditorPostalAddress" : {
"AddressType" : "Business",
"StreetName" : "Al Barsha",
"BuildingNumber" : "27",
"PostCode" : "317",
"TownName" : "Manama",
"CountrySubDivision" : "Manama",
"Country" : "BH",
"AddressLine" : [ "XYZ Bank, Diplomatic Area" ]
}
}
},
"Risk" : {
"PaymentContextCode" : "BillPayment",
"MerchantCategoryCode" : "002345",
"MerchantCustomerIdentification" : "0023456789",
"DeliveryAddress" : {
"AddressLine" : [ "XYZ Bank, Diplomatic Area" ],
"StreetName" : "Route 1888",
"BuildingNumber" : "27",
"PostCode" : "317",
"TownName" : "Manama",
"CountrySubDivision" : [ "Manama" ],
"Country" : "BH"
}
}
}
}
Response:
201 Created
x-jws-signature: LMlmPSqzISEpar72ce5deMGue4RsZMDnZYG1bW6hdPlvriZ=..G1rrM18vVYBmdmRurS6nIR1yFHR8bGZyIJdvaB5nKGRvm35hTr==
x-fapi-interaction-id: 75bdc714-b2dg-7676-c759-780d6815689f
Content-Type: application/json
{
"Data" : {
"DomesticFutureDatedPaymentId" : "5vGLBbHEQfa4E9-kl-aq6w",
"ConsentId" : "5vGLBbHEQfa4E9-kl-aq6w",
"CreationDateTime" : "2021-04-26T15:02:49+03:00",
"Status" : "InitiationCompleted",
"StatusUpdateDateTime" : "2021-04-26T15:03:46.787+03:00",
"ExpectedExecutionDateTime" : null,
"ExpectedSettlementDateTime" : null,
"Refund" : null,
"Charges" : null,
"Initiation" : {
"InstructionIdentification" : "20210426-10",
"EndToEndIdentification" : "20190616B002",
"LocalInstrument" : "BH.OBF.DNS",
"InstructedAmount" : {
"Amount" : "99999.999",
"Currency" : "BHD"
},
"DebtorAccount" : {
"SchemeName" : "BH.OBF.IBAN",
"Identification" : "BH81BBKU00100000005211",
"Name" : "Khalid Ahmed Ali"
},
"CreditorAccount" : {
"SchemeName" : "BH.OBF.IBAN",
"Identification" : "BH36ABCO00112345678901",
"Name" : "Faisal Hassan Mohammed"
},
"RemittanceInformation" : {
"Reference" : "STORE-101",
"RemittanceDescription" : "Internal ops code 5120101"
},
"RequestedExecutionDateTime" : "2021-04-27T04:57:51.126+03:00",
"CreditorPostalAddress" : {
"AddressType" : "Business",
"StreetName" : "Al Barsha",
"BuildingNumber" : "27",
"PostCode" : "317",
"TownName" : "Manama",
"CountrySubDivision" : "Manama",
"Country" : "BH",
"AddressLine" : [ "XYZ Bank, Diplomatic Area" ]
}
},
"Debtor" : null
}
A PISP can optionally retrieve a payment resource that has been created to check its status.
Request:
https://host:bank/api/bobf/release1.0.0/domestic-future-dated-payment/1B9CFE41Toi-8m7v4X2dOA
Authorisation: Bearer 4ZopnFZFKjr5zDsicSQpLL
x-fapi-auth-date: Tue, 17 Mar 2020 19:43:31 GMT+03:00
x-fapi-customer-ip-address: 204.35.213.15
x-fapi-interaction-id: 75bdc714-b2dg-7676-c759-780d6815689f
Accept: application/json
Response:
200 OK
x-fapi-interaction-id: 93bac548-d2de-4546-b106-880a5018460d
Content-Type: application/jsonx-jws-signature: LMlmPSqzISEpar72ce5deMGue4RsZMDnZYG1bW6hdPlvriZ=
x-fapi-interaction-id: 75bdc714-b2dg-7676-c759-780d6815689f
Content-Type: application/json
{
"Data" : {
"DomesticFutureDatedPaymentId" : "5vGLBbHEQfa4E9-kl-aq6w",
"ConsentId" : "5vGLBbHEQfa4E9-kl-aq6w",
"CreationDateTime" : "2021-04-26T15:02:49+03:00",
"Status" : "InitiationCompleted",
"StatusUpdateDateTime" : "2021-04-26T15:03:46.787+03:00",
"ExpectedExecutionDateTime" : null,
"ExpectedSettlementDateTime" : null,
"Refund" : null,
"Charges" : null,
"Initiation" : {
"InstructionIdentification" : "20210426-10",
"EndToEndIdentification" : "20190616B002",
"LocalInstrument" : "BH.OBF.DNS",
"InstructedAmount" : {
"Amount" : "99999.999",
"Currency" : "BHD"
},
"DebtorAccount" : {
"SchemeName" : "BH.OBF.IBAN",
"Identification" : "BH81BBKU00100000005211",
"Name" : "Khalid Ahmed Ali"
},
"CreditorAccount" : {
"SchemeName" : "BH.OBF.IBAN",
"Identification" : "BH36ABCO00112345678901",
"Name" : "Faisal Hassan Mohammed"
},
"RemittanceInformation" : {
"Reference" : "STORE-101",
"RemittanceDescription" : "Internal ops code 5120101"
},
"RequestedExecutionDateTime" : "2021-04-27T04:57:51.126+03:00",
"CreditorPostalAddress" : {
"AddressType" : "Business",
"StreetName" : "Al Barsha",
"BuildingNumber" : "27",
"PostCode" : "317",
"TownName" : "Manama",
"CountrySubDivision" : "Manama",
"Country" : "BH",
"AddressLine" : [ "XYZ Bank, Diplomatic Area" ]
}
},
"Debtor" : null
}
A PISP can retrieve the Details of the underlying payment transaction via this endpoint. This resource allows ASPSPs to return richer list of Payment Statuses, and if available payment scheme related statuses.
Request:
https://bank:8745/api/bobf/release1.0.0/domestic-future-dated-payment/1B9CFE41Toi-8m7v4X2dOA
/payment-details
Content-Type:application/json
Authorization:Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJzdWIiOiJUUFAxIiwic2NvcGUiOiJwYXltZW50cyIsImlzcyI6IkFQSV9HVyIsImV4cCI6MTU2MzM3OTA4OSwiaWF0IjoxNTYzMjkyNjg5fQ.UVZPUokFLygOBv3pJzI5c6mAEmeipCqvtx3Shy7vf0I68uUQrdCsSzjSzQSmoO08SMDFlt1dP_6jgXSPSjLAA9fw2TyaXAGy8TJu_sOSeGSqYQvC6bQeO3maI6rzdx2OizbrIu3rKIBekp3mbblBuJ7f9t8ErRQ70Ody8MXE4z3CZa5QdbhhzdpIZB6vfBrn0TfdegUTtJi-fAJr9gLBMKrg1zj9x78RS3yAggLqFqI4QsSrMVhB-IT_xAlXICB9tmcUYFpgYA2OYHBsq9IzAmxPJ2MO3qe9h_S7XTVzdKxV3O9RzJ__75lw8RnRyGxM_k-ekUksNAr7s4sejpXFBg
UserAgent:B-6t99-yRUGaNOy3otR1cA
Response:
HTTP/1.1 200 OK
x-fapi-interaction-id: 93bac548-d2de-4546-b106-880a5018460d
Content-Type: application/json
{
"Data" : {
"PaymentStatus" : [ {
"PaymentTransactionId" : "nwyUJ7mOS3eluGMSyF9kdQ",
"Status" : "AcceptedCreditSettlementCompleted",
"StatusUpdateDateTime" : "2020-03-12T09:42:25.959+03:00",
"StatusDetail" : { }
} ]
}
User/Customer can setup, through PISPs, an instruction to their ASPSPs to cancel a Future Dated Domestic Payment.
Request:
https://host:port/api/bobf/release1.0.0/domestic-future-dated-payment/1B9CFE41Toi-8m7v4X2dOA
Authorisation: Bearer 4ZopnFZFKjr5zDsicSQpLL
x-fapi-auth-date: Tue, 16 Apr 2020 19:43:31 GMT+03:00
x-fapi-customer-ip-address: 204.35.213.15
x-fapi-interaction-id: 75bdc714-b2dg-7676-c759-780d6815689f
{
"Data": {
"ConsentId": "1B9CFE41Toi-8m7v4X2dOA",
"Status": "PendingCancellationRequest"
}
Response:
x-jws-signature: LMlmPSqzISEpar72ce5deMGue4RsZMDnZYG1bW6hdPlvriZ=..G1rrM18vVYBmdmRurS6nIR1yFHR8bGZyIJdvaB5nKGRvm35hTr==
x-fapi-interaction-id: 75bdc714-b2dg-7676-c759-780d6815689f
Content-Type: application/json
{
"Data": {
"DomesticFutureDatedPaymentId": "KwrYmMT6SauniguF9vM4Vw",
"ConsentId": "1B9CFE41Toi-8m7v4X2dOA",
"CreationDateTime": "2020-03-18T05:09:15.871+03:00",
"Status": "Cancelled",
"StatusUpdateDateTime": "2020-03-18T05:09:15.871+03:00",
"ExpectedExecutionDateTime": "2020-03-18T05:09:15.871+03:00",
"ExpectedSettlementDateTime": "2020-03-18T05:09:15.871+03:00",
"Refund": {
"Account": {
"SchemeName": “BH.OBF.IBAN”,
"Identification": "08080021325677",
"Name": "NTPC Inc ",
}
},
"Initiation": {
"InstructionIdentification": "07171I030",
"EndToEndIdentification": "20200716D004",
"LocalInstrument": "BH.OBF.DNS",
"RequestedExecutionDateTime": "2020-03-18T05:09:15.869+03:00"
"InstructedAmount": {
"Amount": "2.13",
"Currency": "BHD"
},
"DebtorAccount": {
"SchemeName": “BH.OBF.IBAN”,
"Identification": "BH10BBKU00100000004444",
"Name": "Mohammed Ahmed Abdulla",
},
"CreditorAccount": {
"SchemeName": “BH.OBF.IBAN”,
"Identification": "BH89ABIB00000123456789",
"Name": "Faisal Hassan Mohammed",
},
"CreditorPostalAddress": {
"AddressType": "Business",
"AddressLine": "XYZ Bank, Diplomatic Area”
"StreetName": "Route 1888",
"BuildingNumber": "27",
"PostCode": "317",
"TownName": "Manama",
"CountySubDivision": "Manama”
"Country": "BH",
},
"RemittanceInformation": {
"RemittanceDescription": "Internal ops code 5120101",
"Reference": "STORE-101"
},
},
},
"Links": {
"Self": "www.TBC.com",
},
"Meta": {
}
}