Transactions

Transaction:LoadUUID

Load a transaction which has been started, so that the transaction can be finalized on another device. The transaction can only be loaded if a transaction has the status 20, 50 and 90 (PENDING). You need to authenticate with the orderid (as username) and the entrancecode (as password) or only the uuid (as username) of the transaction

get/transactions/load

Response

Ok.

idstring

The Id of the transaction.

serviceIdId required— unresolved $ref
descriptionstring

Is shown on the statement of the payer.

referencestring

The merchant identification of this transaction. This field only allows alphanumeric characters

manualTransferCodestring

Payment reference used to identify manual bank transfers

orderIdstring

The orderId of the transaction.

ipAddressstring

An ip address

exchangeUrlstring uri

The URL where we exchange the status of a transaction.

returnUrlstring uri required

The URL where the payer has to be send to after the payment.

paymentUrlstring uri

The payment URL for this transaction

expirestring date-time

Expire date in the correct ISO-8601 (a.k.a. ATOM) notation.

createdstring date-time

The date at which this entity was created presented in the correct ISO-8601 (a.k.a. ATOM) notation.

modifiedstring date-time

The date at which this entity was modified presented in the correct ISO-8601 (a.k.a. ATOM) notation.

type'POS' | 'ECOM' | 'CIT' | 'MIT' | 'MOTO'

Defines the type of the transaction. Possible values are: CIT = Customer initiated simple e-com transaction, MIT = Merchant initiated transaction, MOTO = Customer initiated payment where card number entered manually, POS = Point of sale, ECOM

serviceCodestring

The ID of your service. You can find the service ID in the portal.

expiredAtstring date-time nullable

Expire date in the correct ISO-8601 (a.k.a. ATOM) notation.

deletedAtstring date-time nullable

The deletion date time presented in the correct ISO-8601 (a.k.a. ATOM) notation. Can be empty (null)

deletedBystring nullable

The reference to an account or token whom deleted the entity

Changes

No recorded changes to this endpoint across all 1 revision of this API.