The Credit API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Base Address
Sandbox: https://credit-staging.stone.com.br
Production: https://credit.stone.com.br
Business Entities
- Borrower : Represents the client. All credit lines and credit analisys are related to a client
- Credit Analisys: Represents an analisys of the client financial situation
- Credit Line: Represents an available amount of credit for some client
- Proposal: Represents a Loan contract proposal, with all the taxes calculated
- Loans: Represents an active loan contract for some client
- Signer: Represents the person who signed the loan contract
- Payment: Represents a contract amortization with a given date and amount
- Payment forecast: Represents an expected contract amortization with a given future date and amount
Who do I talk to ?
Matheus Moreira ([email protected])