Download OpenAPI specification:Download
Creates an application for a trade credit line for the business specified in the request URL. Solarisbank will process the application manually. Use the GET
endpoint to retrieve information about the application's status.
Information related to the Trade Finance application.
The application was successfully created.
Bad Request
Forbidden
Not Found
{- "requested_credit_line": {
- "value": 100000,
- "currency": "EUR",
- "unit": "cents"
}, - "recipient_iban": "DE32110101001000000029",
- "partner_score": "B",
- "partner_reference_number": "3738dbd0-a547-4c11-99e7-770066a39292",
- "partner_contact_number": "+49303003000",
- "partner_contact_name": "Contact Name",
- "nominal_interest_rate": 0.02,
- "identification_id": "e876f41e9b8642bdaaff883ec2f0e144bid",
- "creditreform_score": 150,
- "creditreform_pd": "1.2",
- "application_date": "2019-08-24"
}
{- "status_detail": "",
- "status": "pending",
- "requested_credit_line": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "recipient_iban": "DE92370601930002130041",
- "partner_score": "4",
- "partner_reference_number": "3738dbd0-a547-4c11-99e7-770066a39292",
- "partner_contact_number": "123456789",
- "partner_contact_name": "Contact Name",
- "nominal_interest_rate": 0.02,
- "identification_id": "e876f41e9b8642bdaaff883ec2f0e144bid",
- "id": "55f39e2d78424ac9a9ad5b09adffece2btfa",
- "creditreform_score": 150,
- "creditreform_pd": "1.2",
- "application_date": "2019-08-24"
}
Returns the Trade Finance application specified in the request URL. Use this endpoint to display the status of the application to the customer.
Successful result of the operation.
Forbidden
Not Found
{- "status_detail": "",
- "status": "pending",
- "requested_credit_line": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "recipient_iban": "DE92370601930002130041",
- "partner_score": "4",
- "partner_reference_number": "3738dbd0-a547-4c11-99e7-770066a39292",
- "partner_contact_number": "123456789",
- "partner_contact_name": "Contact Name",
- "nominal_interest_rate": 0.02,
- "identification_id": "e876f41e9b8642bdaaff883ec2f0e144bid",
- "id": "55f39e2d78424ac9a9ad5b09adffece2btfa",
- "creditreform_score": 150,
- "creditreform_pd": "1.2",
- "application_date": "2019-08-24"
}
Attaches a previously uploaded document to the business's Trade Finance application. Note that you must upload the document using the POST Upload a document for a business
endpoint.
Information related to the document.
No Content
Invalid request.
Forbidden
Not Found
{- "type": "xml/credit_summary",
- "document_id": "5004c4c8f24b4c4990a646b740647e09cdoc"
}
{- "title": "Failed to build pagination headers.",
- "status": "400",
- "id": "a95f2aaf-4e0c-4d49-8021-8a16a884ed86",
- "detail": "Cannot connect to database.",
- "code": "build_pagination_headers_failure"
}
Creates a trade. Note that you must upload the documents related to the trade using the POST Upload business document
endpoint and then attach them to the trade using the POST Add document to trade
endpoint.
Information about the trade.
The trade was successfully created.
Invalid request.
Forbidden
Not Found
{- "trade_purpose": "Buy machinery",
- "trade_origin_country": "DE",
- "trade_company_website": "example.com",
- "trade_company_registration": "ACME-123",
- "trade_company_name": "Acme",
- "trade_company_address": "Fake street 1A, 10178 Berlin",
- "seller_bank_account_details": {
- "iban": "DE82110101004206642492",
- "description": "seller description"
}, - "requested_trade_currency": "USD",
- "requested_payout_amount": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "reason_for_extension": "A reason",
- "partner_score": "A",
- "partner_reviewer": "Partner Reviewer",
- "original_invoice_number": "ABC123",
- "original_invoice_amount": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "order_reference": "32b4ad38e6984b65808c83c6633a5758",
- "invoice_date": "2019-08-24",
- "incoterm": "CFR",
- "fx_rate": 10.32,
- "financing_term": 30,
- "business_trade_no": "f8978c7d14f7495f802a6cfd5c04fba7"
}
{- "trade_purpose": "Buy machinery",
- "trade_origin_country": "DE",
- "trade_company_website": "example.com",
- "trade_company_registration": "ACME-123",
- "trade_company_name": "Acme",
- "trade_company_address": "Fake street 1A, 10178 Berlin",
- "status_detail": "",
- "status": "approved",
- "seller_bank_account_details": {
- "iban": "DE82110101004206642492",
- "description": "seller description"
}, - "requested_trade_currency": "USD",
- "requested_payout_amount": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "reason_for_extension": "A reason",
- "partner_score": "A",
- "partner_reviewer": "Partner Reviewer",
- "original_invoice_number": "ABC123",
- "original_invoice_amount": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "order_reference": "32b4ad38e6984b65808c83c6633a5758",
- "invoice_date": "2019-08-24",
- "incoterm": "CFR",
- "id": "722e12c6f2254972a1b70de6b07f6dacbtra",
- "fx_rate": 10.32,
- "financing_term": 30,
- "documents": [
- {
- "type": "invoice",
- "document_id": "string",
- "created_at": "2018-10-18T15:57:01.000000Z"
}
], - "business_trade_no": "f8978c7d14f7495f802a6cfd5c04fba7",
- "beneficiary_id": "ABCDEF"
}
Returns the Trade Finance application specified in the request URL. Use this endpoint to display the status of the application to the customer.
Successful result of the operation.
Forbidden
Not Found
{- "trade_purpose": "Buy machinery",
- "trade_origin_country": "DE",
- "trade_company_website": "example.com",
- "trade_company_registration": "ACME-123",
- "trade_company_name": "Acme",
- "trade_company_address": "Fake street 1A, 10178 Berlin",
- "status_detail": "",
- "status": "approved",
- "seller_bank_account_details": {
- "iban": "DE82110101004206642492",
- "description": "seller description"
}, - "requested_trade_currency": "USD",
- "requested_payout_amount": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "reason_for_extension": "A reason",
- "partner_score": "A",
- "partner_reviewer": "Partner Reviewer",
- "original_invoice_number": "ABC123",
- "original_invoice_amount": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "order_reference": "32b4ad38e6984b65808c83c6633a5758",
- "invoice_date": "2019-08-24",
- "incoterm": "CFR",
- "id": "722e12c6f2254972a1b70de6b07f6dacbtra",
- "fx_rate": 10.32,
- "financing_term": 30,
- "documents": [
- {
- "type": "invoice",
- "document_id": "string",
- "created_at": "2018-10-18T15:57:01.000000Z"
}
], - "business_trade_no": "f8978c7d14f7495f802a6cfd5c04fba7",
- "beneficiary_id": "ABCDEF"
}
Adds a supporting document (e.g., the trade invoice) to a trade. Note that you must first upload these documents using the POST Upload a document for a business
endpoint.
Information related to the document.
No Content
Invalid request.
Forbidden
Not Found
{- "type": "invoice",
- "document_id": "5004c4c8f24b4c4990a646b740647e09cdoc"
}
{- "title": "Failed to build pagination headers.",
- "status": "400",
- "id": "a95f2aaf-4e0c-4d49-8021-8a16a884ed86",
- "detail": "Cannot connect to database.",
- "code": "build_pagination_headers_failure"
}
Adds a payback plan to a trade, which determines when the loan will be paid out to the business and when the business must pay it back.
Information related to the payback plan.
No Content
Invalid request.
Forbidden
Not Found
Conflict
{- "payout_date": "2020-01-01",
- "payback_date": "2020-01-31",
- "partner_transaction_charges_expected": {
- "value": 1250,
- "unit": "cents",
- "currency": "EUR"
}, - "other_charges": {
- "value": 6700,
- "unit": "cents",
- "currency": "EUR"
}, - "customer_fees_expected": {
- "value": 10000,
- "unit": "cents",
- "currency": "EUR"
}
}
{- "title": "Failed to build pagination headers.",
- "status": "400",
- "id": "a95f2aaf-4e0c-4d49-8021-8a16a884ed86",
- "detail": "Cannot connect to database.",
- "code": "build_pagination_headers_failure"
}
Attaches a business account to the trade credit line for the business specified in the request URL.
The account was successfully attached.
Invalid request.
Forbidden
Not Found
The trade credit line already has an attached account.
{- "account_id": "7751af565f994450831a15ff8b7d0d8ccacc"
}
{- "requested_credit_line": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "nominal_interest_rate": 0,
- "business_id": "string",
- "account_id": "string"
}