API Reference

Payment request, used for DEPOSITS

This is where you show your users how to set it up. You can use code samples, like this:

Body Params
string
Defaults to 12345

Reference assigned by Merchant (referenceId is used ONLY internally and not sent to the payment provider OR acquiring bank) Will be sent unchanged within the PaymentResponse.

string
required

Payment Type

string
required
Defaults to BASIC_CARD

Payment Method

double
required
Defaults to 1

Payment amount

string
required
Defaults to EUR

Payment currency

string
Defaults to Payment description

Description of the transaction shown to the Customer. Can be sent outside of the system, to the payment provider or acquiring bank.

card
object

You must be PCI DSS compliant to collect card data on your side. If you are not certified, do not add this field to your request and we will collect the data on our Payment page. In case if you prefer working using s2s mode, make sure you've provided us with your latest PCI DSS certificate and AoC.

customer
object

Customer details

billingAddress
object

Customer's billing address

string
Defaults to https://google.com

URL to redirect the Customer after TX processing

string
Defaults to https://google.com

URL to redirect the Customer during TX processing. Overrides static value from Shop

string
Defaults to https://google.com

URL to redirect the Customer after TX processing in case of success

string
Defaults to https://google.com

URL to redirect the Customer after TX processing in case of decline

string
Defaults to https://google.com

Url to receive payment status notifications (callbacks)

string
Defaults to https://yourwebsite.com

Merchant Website Processing URL reference

boolean
Defaults to true

Send 'true' if you want this payment to initiate recurring flow. Default value is 'false'.

string

To continue recurring flow, send a token from a previously initiated recurring payment.

int32
Defaults to 0

Proceeding with payment, using verified and tokenized card.

additionalParameters
object
Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json