Transactions

Transaction:Info

Get all detailed information of a transaction. You can use the EX code or the order ID to retrieve the detailed transaction information

get/transactions/{transactionId}

Path parameters

transactionIdId required— unresolved $ref

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

Changes

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