Transactions

Verify:Decline

Transactions that have the status verify (which implies that a transaction needs to be checked) can be declined to release the authorisation on a card or to refund the original transaction. The payment state is set to CANCEL (-64). You can use the EX code or the order ID to decline the transaction

patch/transactions/{transactionId}/decline

Path parameters

transactionIdId required— unresolved $ref

Response

Ok.

idstring

The Id of the transaction.

orderIdstring

The orderId of the transaction.

serviceCodestring

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

descriptionstring

Is shown on the statement of the payer.

referencestring

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

ipAddressstring

An ip address

expiredAtstring date-time nullable

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

createdAtCreatedAt — unresolved $ref
createdByCreatedBy — unresolved $ref
modifiedAtModifiedAt — unresolved $ref
modifiedByModifiedBy — unresolved $ref
deletedAtDeletedAt — unresolved $ref
deletedByDeletedBy — unresolved $ref

Changes

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