Skip to main content

API Methods

This page provides a complete list of methods for the SalesFinance API integration. The current version is V3.

Versions V1 and V2 are scheduled for deprecation by the end of 2025.

For detailed request parameters and example responses, click on the documentation links.


Order Methods

DocumentationDescription
Create OrderCreates a new order and initiates the application process by sending an invitation SMS to the applicant. The application proceeds after the user accepts the invitation.
Cancel OrderCancels the application.
Capture OrderConfirms the delivery of goods or services to Svea, which triggers the financial capture. A Captured callback is sent on completion.
Get OrderGets a specific order by its unique ID.
List OrdersLists all orders for a client. The optional startDate and endDate parameters filter by a specific time period.

Order Update Methods

DocumentationDescription
Update OrderProvide values for the properties you wish to update. Null values will be ignored. Empty values will be treated as a new value. For example, an empty string for phone number will be treated as attempting to overwrite the existing phone number with an empty string.
Update AmountAmount can never be set to a value higher than OriginalAmount, nor higher than ApprovedAmount if set on the order.
Update RefNoUpdates the reference number displayed in accounting reports, which identifies the order for the client.
Update OrderInfoUpdates the order's orderInfo field, a free-form XML string for any Merchant-specific data needs.
Update CampaignSpecifies the campaign to be used for the application.

Integration Methods

DocumentationDescription
List ClientsLists all the integrator's set up clients.
List CampaignsLists all campaigns available for a specific client.

Accounting Methods

DocumentationDescription
Get Accounting ReportGets the accounting report, listing all applications completed in the given period.