Contáctanos
  • Open Business
  • ¿Qué es?
  • Soluciones
  • Productos
  • Soporte
Registro Login
Open Business Open Business by Santander
  • Hola , esta es tu área privada
    Mi cuenta Mis aplicaciones Mi organización Cerrar sesion
    Salir
  • Registro Login
  • Contáctanos
  • Open Business Open Business by Santander
  • ¿Qué es?
  • Soluciones
  • Productos
  • Soporte
Contáctanos
  • Credit Limit 1.1.0
  • APIs
  • Oauth Pre-Step Authorize 1.2.0
  • Oauth Token Open Business 1.0.1
  • Credit Limit 1.0.0
      • Operations
      • GET /
      • Definitions
      • creditLimitResponse
      • productList
      • product
      • customErrorList
      • customError
  • Oauth Revoke 1.0.1
  • Oauth Authorize Open Business 1.2.0

Credit Limit 1.0.0


Functionality

This API allows accessing information about the financing products available to a Santander customer. <br><br>

Security

This API is protected by OAuth Token security. The associated OAuth flow is an Authorization Code.

The scope allowed to consume this API is:

  • credit_limit.read: Generic scope which allows to get financing products information.

This scope should be requested in the Oauth Authorize API input (see OAuth Authorize API Documentation). <br><br>

Output Example

This is an example of the output of this API with the list of financing products available for a Santander customer:

{
    &quot;HaveLimit&quot;: &quot;Y&quot;,
    &quot;products&quot;: [
        {
            &quot;product_id&quot;: &quot;1037450000007&quot;,
            &quot;limit_amount&quot;: 8000,
            &quot;limit_currency&quot;: &quot;EUR&quot;,
            &quot;product_name&quot;: &quot;Descuento de facturas&quot;
        },
        {
            &quot;product_id&quot;: &quot;1537450000002&quot;,
            &quot;limit_amount&quot;: 15000,
            &quot;limit_currency&quot;: &quot;EUR&quot;,
            &quot;product_name&quot;: &quot;Préstamos personal&quot;
        }
    ]
}

<br><br>


  • cURL
  • Ruby
  • Python
  • PHP
  • Java
  • Node
  • Go
  • Swift
Subscribe
production
https://apis-sandbox.bancosantander.es/canales-digitales/sb

Paths

/

get /
clientIdHeader
X-IBM-Client-Id
(apiKey located in header)

This parameter is the ID that identifies the TPP that has been registered in the API Portal previously.

Authorization
Required in header
string

The API is protected by the authorization header. The TPP must indicate the access_token obtained by the during the consent process.

Accept
Optional in header
string
application/json
200

200 OK

Example Request
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Example Response
GET https://apis-sandbox.bancosantander.es/canales-digitales/sb/credit-limit/
Show more open_in_new
                                          
                                        

x
Try this operation
https://apis-sandbox.bancosantander.es/canales-digitales/sb/credit-limit/
Login to test this API.
Login to test this API.
accept
Authorization

                        
No response. This is a mixed content call. It is not possible to test HTTP APIs from an HTTPS secured Portal site and vice versa. No response. This is a cross-origin call. Make sure the server accepts requests from this portal. Or if using self-signed SSL certificates then paste the URL above into your browser to accept the certificate before trying again (On Internet Explorer it must be the same browser tab.).

                            

Definitions

Object with information about the creadit products that a user is able to contract and it's limits.

{
    "properties": {
        "HaveLimit": {
            "type": "string",
            "example": "Y",
            "description": "Value that indicates if a client has or not any credit to contract. The allowed values are Y (Yes) and N (No)"
        },
        "products": {
            "$ref": "#/definitions/productList",
            "description": "List of products for a specified user"
        }
    },
    "additionalProperties": false
}
              

List of products

{
    "type": "array",
    "items": {
        "$ref": "#/definitions/product"
    }
}
              

Information about a credit product.

{
    "properties": {
        "product_id": {
            "type": "string",
            "example": "14700370012375",
            "description": "Product identifier"
        },
        "product_name": {
            "type": "string",
            "description": "Product name",
            "example": "Préstamos"
        },
        "limit_amount": {
            "type": "number",
            "format": "double",
            "example": 10000,
            "description": "Maximum credit amount for a given user"
        },
        "limit_currency": {
            "type": "string",
            "example": "EUR",
            "description": "Currency of the limit amount value"
        }
    },
    "additionalProperties": false,
    "required": [
        "product_id",
        "product_name"
    ]
}
              

List of custom errors

{
    "type": "array",
    "items": {
        "$ref": "#/definitions/customError"
    }
}
              

This object specifies the structure of the errors that can be given during the execution of the API.

{
    "properties": {
        "code": {
            "type": "string",
            "description": "Unique identifier for the error code.",
            "example": "GOIT_001"
        },
        "status": {
            "type": "string",
            "description": "HTTP Status of the error.",
            "example": "401"
        },
        "developerMessage": {
            "type": "string",
            "example": "ClientId in signature token differs from the ClientId associated to the access token",
            "description": "Message that is send to the developer."
        },
        "userMessage": {
            "type": "string",
            "description": "Message that is sent to the user.",
            "example": "The operation can not be reached."
        },
        "moreInfo": {
            "type": "string",
            "description": "More information related to the errors.",
            "example": "https://developer.bancosantander.es/api/errors/GOIT_001"
        }
    },
    "additionalProperties": false,
    "required": [
        "code",
        "userMessage",
        "moreInfo",
        "status",
        "developerMessage"
    ]
}
              
  • Share this
Open Business
Soluciones
Productos
Soporte
by Santander
Política de Cookies Términos y condiciones
  X  

¿Hacemos negocios juntos?

Contáctanos