Update transactions

Updates an existing transactions resource with new information.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Query Params
boolean

If true, omit properties with null values.

Body Params
uuid
string
enum

Represents the various types of transactions that can be performed in the system.

Show Details
0Represents an authorization transaction, typically used to verify funds availability without capturing the amount.
1Represents a sale transaction, which authorizes and captures funds in a single step.
2Represents a return transaction, used to refund money to the customer.
3Represents a void transaction, used to cancel a previously authorized transaction before it is settled.
4Represents a force transaction, typically used to manually enter a previously authorized transaction.
5Represents a capture transaction, used to capture funds from a previously authorized transaction.
6Represents a capture all transaction, used to capture funds from multiple previously authorized transactions.
7Represents a repeat sale transaction, used to process a new sale based on a previous transaction's details.
8Represents an adjustment transaction, used to modify the amount of a previous transaction.
9Represents an activate transaction, typically used to activate a gift card or prepaid card.
10Represents a deactivate transaction, typically used to deactivate a gift card or prepaid card.
11Represents a redeem transaction, typically used to redeem value from a gift card or loyalty program.
12Represents an inquire transaction, used to check the status or balance of an account or card.
13Represents a reload transaction, typically used to add value to a gift card or prepaid card.
cardData
object

Represents the data associated with a payment card.

checkData
object

Represents the data associated with a check transaction.

paymentMethodData
object
deviceData
object

Represents data related to a device in a transaction.

fsa
object

Represents a Flexible Spending Account (FSA) with various amount categories and partial authorization support.

softDescriptor
object

Represents a soft descriptor for a transaction, containing alternative merchant information.

boolean
register
object

Represents a transaction register in the system.

invoiceData
object

Represents an invoice in the system.

originalTransaction
object

Represents an original transaction with its identifying information.

customFields
array of objects | null
customFields
signatureData
object

Represents signature data for a transaction.

level2Data
object

Represents Level 2 data for a transaction, including purchase order information, transaction date, and merchant zip code.

level3Data
object

Represents Level 3 data for a transaction, including shipping information and line items.

boolean | null
string
enum

Represents the types of payment capture methods available for transactions.

Show Details
0Represents a credit card transaction.
1Represents a debit card transaction.
2Represents a check transaction.
3Represents an Electronic Benefit Transfer (EBT) transaction.
Allowed:
responseData
object

Represents the response data for a transaction, containing various details about the transaction outcome.

settleData
object

Represents settlement data for a transaction.

string
enum

Represents the source of a transaction in the payment processing system.

Show Details
0The source of the transaction is unknown or not specified.
1The transaction originated from a virtual terminal interface.
2The transaction was initiated through an API call.
3The transaction was processed via a hosted payment page.
4The transaction is part of a recurring billing cycle.
5The transaction was processed as part of an offline batch.
Allowed:
tags
array of objects | null
tags
notes
array of objects | null
notes
uuid
int64 | null
extraProperties
object | null
fraudScreenResult
object

Represents the result of a fraud screening process, containing various evaluations and details related to a transaction.

string | null
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

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