Create a Transaction

This endpoint creates a Transaction. It should only be used when decryption activity occurs outside of the Decryptx platform. Certain Partners may operate their own Validated P2PE decryption environment (Domain 5). This allows the partner to journal their decryption activity into the P2PE Manager, allowing the Partner to utilize the P2PE Manager for their device management and chain of custody. The Partner's Client can still benefit from the device management, chain of custody, and historical decryption activity even when decryptions occur outside of the Decryptx system.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Transaction to be created.

partner
object
required

Reference to the associated Partner. When used for POST and PATCH API calls, the reference can contain either the ID or Name. With GET API calls, both properties are populated.

client
object
required

Reference to the associated Client resource. When used for POST and PATCH API calls, the reference can contain either the ID or Name. With GET API calls, both properties are populated.

device
object
required

Reference to the associated Device resource. When used for POST and PATCH API calls, the reference can contain either the ID or Serial Number. With GET API calls, both properties are included in the response.

string
enum
required

The type of cipher used during decrytion.

Allowed:
string
required
length ≤ 255

The decryption cypher/method.

string
length ≤ 255

The reference property that the Client includes in the decrypt API call.

string
length ≤ 255

Message ID.

string
length ≤ 255

Client Reference property that is included in the decrypt API call.

boolean

The success indicator.

string
required
length ≤ 255

The IP address of the http client that makes the decrypt API call.

string

Timestamp from the beginning of the transaction.

string

Timestamp from the end of the transaction.

int32

A Transcation can process muliple encryptions. This property contains the total encryptions count.

int32

A Transcation can process muliple decryptions. This property contains the total decryption count.

string

The error messge that is sent in response to a failed decrypt API call.

string
length ≤ 255

The error code that is sent in response to a failed decrypt API call.

Responses

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json