Trustly VIP tiers allow you to bypass standard transaction limits and approval processes for trusted customers who frequently process high-value amounts.
You implement VIP tiers within your Trustly integration by tagging trusted customers as VIPs, which signals the system to apply customized limits and risk policies. This streamlined approval path is crucial for handling transactions that would normally exceed common thresholds, and ensures a frictionless experience for your most valued customers.
Self-service onboarding for the VIP customer tier product feature is not available at this time. Contact your Trustly representative to inquire about enabling this feature for your app and associated Trustly API keys.
externalId field.Utilizing the API endpoints mentioned in this article with an AccessId not associated with a merchant ID configured for VIP tiers will not result in the expected behavior.
VIP tiers are referenced by positive integer values beginning with 1 and iterating by units of one.
Merchants can make ongoing updates to a customer VIP status; promote, demote, or remove them from the program entirely by using the APIs documented here.
To add VIP status to a new customer, pass the appropriate VIP tier when the customer is signing up for Online Banking with the Establish Data object provided to the Trustly UI. In addition to standard required properties, the following properties must be included for the customer to successfully be provided VIP status:
Example Establish Data Object for new VIP customer:
To update the VIP tier of an existing VIP customer (to either promote or demote them) use the Update customer by ID or Create or update a customer record API endpoints.
Call the Update customer by ID endpoint and provide any relevant customer details to be updated along with the desired VIP tier. The customerId is the Trustly customerID returned by the Retrieve a Transaction API.
Example API Call
You can also call the Create or update a customer record endpoint. Provide any relevant customer details to be updated along with the desired VIP tier.
Example API Call
To remove VIP status from an existing customer use the Update customer by ID or Create or update a customer record API endpoints and set the vip property to a value of 0.
Example API Call
You can also call the Create or update a customer record endpoint. Provide any relevant customer details to be updated along with the vip property set to a value of 0.
Example API Call