Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.42 KB

File metadata and controls

15 lines (12 loc) · 1.42 KB

# LinkByPriceRequest

Properties

Name Type Description Notes
priceAmount float The total of the compensation in your given currency incl. VAT. Minimum order is 0.5 in your given currency.
changeAllowed bool Choose if the customer should be allowed to change the amount. [optional] [default to false]
successUrl string The URL the customer is redirected to after the successful compensation.
cancelUrl string The URL the customer is redirected to after a failed or aborted compensation.
orderCount int The amount of pending Orders you want to receive. This is especially useful if you want to offer your customers several different projects for their compensation. [optional] [default to 1]
metadata array<string,string> Add additional queryable information to the order as key-value pairs [optional]
paymentType string With default we will automatically provide payment methods based on the customers location, use invoice to enable payment by invoice for the given link. Please note that invoice bank transfer is only available if X-CURRENCY is set to EUR. The invoice can always be paid by card. [optional] [default to 'default']

[Back to Model list] [Back to API list] [Back to README]