Get Credit Limits
GET {{baseUrl}}/credit-limits?buyerId=fbac6854-c783-415d-a206-2d41f9374bfe¤cy=USD&sellerId=64f641c0-51cb-42b1-b62c-2be3e9c613d3
Get Credit Limits
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
buyerId | string | HSBC assigned identifier for the Buyer. | |
currency | string | ISO 4217 Alpha 3 currency code. | |
sellerId | string | (Required) HSBC assigned identifier for the Seller. | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | Authorization Header | |
X-HSBC-Request-Correlation-Id | string | (Required) Correlation Id | |
X-HSBC-CountryCode | string | (Required) ISO Country Code | |
X-HSBC-PROFILEID | string | (Required) Partner Profile Id | |
Obo-Profile-Id | string | (Required) Customer Profile Id | |
X-HSBC-E2E-Trust-Token | string | (Required) | |
Accept | string | ||
Content-Type | string |
RESPONSES
status: OK
{"data":{"workingTimeFlag":"Y","paymentCutOffTime":"16:00 UTC+0500","sellerCreditLimitDetails":{"sellerId":"64f641c0-51cb-42b1-b62c-2be3e9c613d3","fundsInUseLimit":{"currency":"USD","amount":"100000.00"},"fundsInUse":{"currency":"USD","amount":"20000.00"}},"buyerCreditLimitDetails":[{"buyerId":"fbac6854-c783-415d-a206-2d41f9374bfe","fundsInUseLimit":{"currency":"USD","amount":"55000.00"},"fundsInUse":{"currency":"USD","amount":"10000.00"}},{"buyerId":"d945a3bc-76f1-40fc-ad6d-90f77963aacc","fundsInUseLimit":{"currency":"USD","amount":"45000.00"},"fundsInUse":{"currency":"USD","amount":"10000.00"}}]},"links":{"self":{"href":"/credit-limits"}}}