Establish a new transaction for authorization
This endpoint creates a new unauthorized transaction and returns a URL to be provided for a user to authorize the transaction. After the user has authorized the transaction with a bank, the transaction can be used with other Trustly APIs to retrieve account data or process payments.
For more details and descriptions of the fields supported by this endpoint see Establish Data object.
Note for Money Transfer If your application is configured for "Money Transfer" many properties in the customer, beneficiary and beneficiaryAccount objects will be required. See Send money for more details.
Query parameters
If true, Trustly will return a transactionId that can be used with other API's. Either createTransaction or notify is required.
If true, Trustly will notify the User via SMS or Email with a URL that can be used to complete the transaction. Either createTransaction or notify is required.
Comma separated list of notification channels. Currently only sms and email are supported. Example: sms,email will send a notification via SMS and email to the User. Required if notify is true.
Headers
Request body
Response
OK