Create a GatewayAsk AIpost https://api.payrexx.com/v1.14/Gateway/Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requestsā¦LoadingLoadingā¦Query ParamsinstancestringrequiredYour Payrexx instance nameBody Paramsamountint32requiredAmount of payment in cents.vatRatefloatDefaults to nullVAT Rate PercentagecurrencystringrequiredCurrency of payment (ISO code).skustringProduct stock keeping unitpurposestringThe purpose of the payment.successRedirectUrlstringURL to redirect to after successful payment.failedRedirectUrlstringURL to redirect to after failed payment.cancelRedirectUrlstringURL to redirect to after manual cancellation by shopper.basketarray of objectsList of all products (incl. shipping costs). The sum of all product amounts must match the amount parameter above. Basket products contains name, description, quantity, amount (in cents) and vatRate (in Percent).basketADD objectpsparray of int32sList of PSPs to provide for payment. If empty all available PSPs are provied.pspADD int32pmarray of stringsList of payment mean names to displaypmADD stringpreAuthorizationbooleanDefaults to falseWhether charge payment manually at a later date (type authorization)reservationbooleanDefaults to falseWhether charge payment manually at a later date (type reservation)referenceIdstringAn internal reference id used by your system.fieldsobjectThe contact data fields which should be stored along with paymentfields objectlanguagestringThe language ISO code by ISO 639-1.concardisOrderIdstringOnly available for Concardis PSP and if the custom ORDERID option is activated in PSP settings in Payrexx administration. This ORDERID will be transferred to the Payengine.skipResultPagebooleanDefaults to falseSkip result page and directly redirect to success or failed URLchargeOnAuthorizationbooleanDefaults to falsepreAuthorization needs to be "true". This will charge the authorization during the first payment.validityint32Gateway validity in minutes.subscriptionStatebooleanDefaults to falseDefines whether the payment should be handled as subscription.subscriptionIntervalstringPayment intervalsubscriptionPeriodstringDuration of the subscriptionsubscriptionCancellationIntervalstringDefines the period, in which a subscription can be canceled.buttonTextarray of stringsChange the default button Text "Pay" to a custom StringbuttonTextADD stringlookAndFeelProfilestringUUID of the look and feel profile to use.successMessagestringCustom success message on result page.qrCodeSessionIdstringHolds the session ID of a scanned QR code. Only available and needed for Static QR Code with Twint.applicationFeeint32Amount in the smallest unit of the currency.reserveOnAuthorizationbooleanpreAuthorization needs to be "true". This will create a reservation based on an authorization during the first payment.isPriceExclusiveVatbooleanif set to true the vat will be added on top of amountResponses 200200 400Bad Request 404Not FoundUpdated 8 months ago