Versions Compared

Key

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

...

GET /offers

Authorisation: Bearer 4ZopnFZFKjr5zDsicSQpLL

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

Accept: application/json

4.1.2        Get Offers Response

200 OK

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

Content-Type: application/json

{

  "Data": {

    "Offer": [

      {

        "AccountId": "00345897",

        "OfferId": "2267",

        "OfferType": "BalanceTransfer",

        "Description": "Balance Transfer offer up to BHD 2000",

        "StartDateTime": "2020-03-26T11:30:21.278+03:00”,

        "EndDateTime": "2020-04-26T11:30:21.278+03:00”,

        "Rate": " ",

        "Value": 0,

        "Term": " ",

        "URL": "www.xyz.com",

        "Amount": {

          "Amount": "2000",

          "Currency": "BHD"

        },

        "Fee": {

          "Amount": "20",

          "Currency": "BHD"  }

      },

      {

        "AccountId": "00156784",

        "OfferId": "2268",

        "OfferType": "LimitIncrease",

        "Description": "Credit limit increase for the account up to BHD 5000",

        "StartDateTime": "2020-03-26T11:30:21.278+03:00”,

        "EndDateTime": "2020-04-26T11:30:21.278+03:00”,

        "Rate": " ",

        "Value": 0,

        "Term": " ",

        "URL": "www.xyz.com",

        "Amount": {

          "Amount": "5000",

          "Currency": "BHD"    },

        "Fee": {

          "Amount": "50",

          "Currency": "BHD"   }

      }

    ]

  },

  "Links": {

    "Self": "www.TBC.com"

  },

  "Meta": {

    "TotalPages": 01,

    "FirstAvailableDateTime": "2020-03-26T09:10:17.596+03:00”,

    }

4.2

...

Specific Account

4.2.1         Get Account Offers Request

GET /accounts/00345897/offers

Authorisation: Bearer 4ZopnFZFKjr5zDsicSQpLL

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

Accept: application/json

4.2.2         Get Account Offers Response

...