Update a set of checkout payment data
patch
/fscmRestApi/resources/11.13.18.05/publicSectorCheckouts/{CheckoutId}/child/CheckoutPmt/{CheckoutPmtUniqID}
Request
Path Parameters
-
CheckoutId(required): string
The unique identifier for the checkout data. Generated using the Fusion unique ID API.
-
CheckoutPmtUniqID(required): string
This is the hash key of the attributes which make up the composite key--- CheckoutId and CheckoutPmtId ---for the Checkout Payments resource and used to uniquely identify an instance of Checkout Payments. The client should not generate the hash key value. Instead, the client should query on the Checkout Payments collection resource with a filter on the primary key values in order to navigate to a specific instance of Checkout Payments.
For example: CheckoutPmt?q=CheckoutId=<value1>;CheckoutPmtId=<value2>
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
AuthorizationCode: string
Maximum Length:
10Authorization code value returned by the payment gateway or trust account system. -
Comments: string
Title:
CommentsMaximum Length:240Comments provided for the payment. -
Description: string
Title:
DescriptionMaximum Length:100Description provided for the payment.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : publicSectorCheckouts-CheckoutPmt-item-response
Type:
Show Source
object-
AgencyId: integer
(int32)
Title:
Agency IDIdentifies the identifier associated with an agency. -
AuthorizationCode: string
Maximum Length:
10Authorization code value returned by the payment gateway or trust account system. -
AuthorizationDttm: string
(date-time)
Title:
Authorization Date and TimeAuthorization date and time returned by payment gateway system or trust account system. -
AuthorizationStatus: string
Maximum Length:
4The status value returned by the payment gateway or trust account system. -
CashierId: string
Title:
Cashier IDMaximum Length:50The unique identifier for the cashier. -
ChangeAmount: number
Title:
Change DueThe amount of money to be handed back to the payer if the payment received from the payer is more than the amount due. -
CheckAddress: string
Maximum Length:
240The address on the check. -
CheckDate: string
(date)
Title:
Check DateThe date that the check was received from the payer. -
CheckName: string
Maximum Length:
100The name on the check. -
CheckNumber: string
Title:
Check NumberMaximum Length:10The number of the check that was received from the payer. -
CheckoutId: string
Maximum Length:
50Unique identifier for the checkout data. Generated using the Fusion unique ID API. -
CheckoutPmtId: integer
(int64)
Unique sequence number for the checkout payment row generated using the Fusion unique ID API.
-
Comments: string
Title:
CommentsMaximum Length:240Comments provided for the payment. -
Description: string
Title:
DescriptionMaximum Length:100Description provided for the payment. -
DrawerId: string
Title:
Cash Drawer IDMaximum Length:30The unique identifier for the cash drawer. -
FirstResponseMessage: string
Title:
Primary Response MessageMaximum Length:100First part of the response message returned by the payment gateway or a free form message entered by agency staff for cash drawer or trust account. -
LineAmount: number
Title:
AmountThat dollar amount that applies to a line item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PayerAddress: string
Title:
Payer AddressMaximum Length:240The address of the person who made the payment. -
PayerName: string
Title:
Payer NameMaximum Length:100The name of the person who made the payment. -
PaymentCurrency: string
Title:
CurrencyMaximum Length:3Currency used for the payment transaction. -
PaymentDate: string
(date)
Title:
Payment DateDate on which the payment transaction occurred. -
PaymentMethodCode: string
Title:
Payment Method CodeMaximum Length:30Type of payment selected during checkout. -
PaymentReferenceId: string
Title:
Payment Reference IDMaximum Length:50Global unique payment identifier that comprises a 4-character prefix and random digits. -
PaymentTrackingData: string
Title:
Primary Payment Tracking DataMaximum Length:50The identifying attribute passed during checkout by the originator of the assessed fees. -
PaymentTrackingDataPlus: string
Title:
Secondary Payment Tracking DataMaximum Length:50The additional identifying attribute passed during checkout by the originator of the assessed fees. -
PaymentTransactionId: string
Title:
Payment Transaction IDMaximum Length:50Transaction ID/reference number received from the payment gateway or trust account system. -
PrimaryId: string
Title:
Primary IDMaximum Length:3The unique identifier for the primary document used to identify the payer of a cash drawer check payment. -
SecondaryId: string
Title:
Secondary IDMaximum Length:3The unique identifier for the secondary document used to identify the payer of a cash drawer check payment. -
SecondResponseMessage: string
Title:
Secondary Response MessageMaximum Length:100Second part of the response message returned by the payment gateway or a free form message entered by agency staff for cash drawer or trust account. -
SessionId: string
Title:
Session IDMaximum Length:50The unique identifier for the cashier session. -
ThirdResponseMessage: string
Title:
Additional Response MessageMaximum Length:100Third part of the response message returned by the payment gateway or a free form message entered by agency staff for cash drawer or trust account. -
TotalTendAmount: number
Title:
Amount TenderedThe total amount of money received in payment from the payer. If this amount is more than the amount due, the difference is handed back to the payer.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.