The person ID of the customer for whom you are creating the credit record.
Credit records (1.0)
https://docs.solarisgroup.com/_mock/api-reference/lending/credit-record/
Request
Creates a credit record and assigns to the customer with the person_id
specified in the request URL. You can specify the source
of the credit record file as either partner
or solarisBank
. If the source
is set to partner
, you must collect the credit record yourself from a credit bureau and add the credit record file content Base64-encoded in the payload.
The credit record attributes
The source of the credit record file.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/credit-record/v1/persons/{person_id}/credit_records
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "source": "solarisBank", "file": "string" }
CreditRecord
The ID of the credit record resource.
The person ID of the customer.
The status of the credit record. If the status is expired
, you must create a new credit record for the customer.
{ "status": "available", "person_id": "dc1a6812a14f6cc338cd084208535bcdcper", "id": "fbb7d15fa4c54ba0b077592665ef04a4ccrd", "created_at": "2020-20-03T18:01:48.000Z" }
Request
Creates a credit record and assigns to the freelancer with the person_id
specified in the request URL. You can specify the source
of the credit record file as either partner
or solarisBank
. If the source
is set to partner
, you must collect the credit record yourself from a credit bureau and add the credit record file content Base64-encoded in the payload.
The credit record attributes
The source of the credit record file.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/credit-record/v1/freelancers/persons/{person_id}/credit_records
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "source": "solarisBank", "file": "string" }
CreditRecord
The ID of the credit record resource.
The person ID of the customer.
The status of the credit record. If the status is expired
, you must create a new credit record for the customer.
{ "status": "available", "person_id": "dc1a6812a14f6cc338cd084208535bcdcper", "id": "fbb7d15fa4c54ba0b077592665ef04a4ccrd", "created_at": "2020-20-03T18:01:48.000Z" }
Request
Returns the information about a customer's existing credit record, including the status and validity of the credit record. Add the customer's person_id
and the credit_record_id
in the request URL. If the status
of a credit record is expired
, you must create a new credit record for the customer.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/credit-record/v1/persons/{person_id}/credit_records/{credit_record_id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Credit Record
The ID of the credit record resource.
The person ID of the customer.
The status of the credit record. If the status is expired
, you must create a new credit record for the customer.
{ "status": "available", "person_id": "dc1a6812a14f6cc338cd084208535bcdcper", "id": "fbb7d15fa4c54ba0b077592665ef04a4ccrd", "created_at": "2020-20-03T18:01:48.000Z" }