Create a checkout payment
post
/fscmRestApi/resources/11.13.18.05/publicSectorCheckouts/{CheckoutId}/child/CheckoutPmt
Request
Path Parameters
-
CheckoutId(required): string
The unique identifier for the checkout data. Generated using the Fusion unique ID API.
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.
-
Upsert-Mode:
Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
AgencyId: integer
(int32)
Identifies 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)
Authorization 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
Maximum Length:
50The unique identifier for the cashier. -
ChangeAmount: number
The 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)
The date that the check was received from the payer.
-
CheckName: string
Maximum Length:
100The name on the check. -
CheckNumber: string
Maximum 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
Maximum Length:
240Comments provided for the payment. -
Description: string
Maximum Length:
100Description provided for the payment. -
DrawerId: string
Maximum Length:
30The unique identifier for the cash drawer. -
FirstResponseMessage: string
Maximum 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
That dollar amount that applies to a line item.
-
PayerAddress: string
Maximum Length:
240The address of the person who made the payment. -
PayerName: string
Maximum Length:
100The name of the person who made the payment. -
PaymentCurrency: string
Maximum Length:
3Currency used for the payment transaction. -
PaymentDate: string
(date)
Date on which the payment transaction occurred.
-
PaymentMethodCode: string
Maximum Length:
30Type of payment selected during checkout. -
PaymentReferenceId: string
Maximum Length:
50Global unique payment identifier that comprises a 4-character prefix and random digits. -
PaymentTrackingData: string
Maximum Length:
50The identifying attribute passed during checkout by the originator of the assessed fees. -
PaymentTrackingDataPlus: string
Maximum Length:
50The additional identifying attribute passed during checkout by the originator of the assessed fees. -
PaymentTransactionId: string
Maximum Length:
50Transaction ID/reference number received from the payment gateway or trust account system. -
PrimaryId: string
Maximum Length:
3The unique identifier for the primary document used to identify the payer of a cash drawer check payment. -
SecondaryId: string
Maximum Length:
3The unique identifier for the secondary document used to identify the payer of a cash drawer check payment. -
SecondResponseMessage: string
Maximum 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
Maximum Length:
50The unique identifier for the cashier session. -
ThirdResponseMessage: string
Maximum 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
The 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.
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)
Identifies 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)
Authorization 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
Maximum Length:
50The unique identifier for the cashier. -
ChangeAmount: number
The 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)
The date that the check was received from the payer.
-
CheckName: string
Maximum Length:
100The name on the check. -
CheckNumber: string
Maximum 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
Maximum Length:
240Comments provided for the payment. -
Description: string
Maximum Length:
100Description provided for the payment. -
DrawerId: string
Maximum Length:
30The unique identifier for the cash drawer. -
FirstResponseMessage: string
Maximum 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
That dollar amount that applies to a line item.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PayerAddress: string
Maximum Length:
240The address of the person who made the payment. -
PayerName: string
Maximum Length:
100The name of the person who made the payment. -
PaymentCurrency: string
Maximum Length:
3Currency used for the payment transaction. -
PaymentDate: string
(date)
Date on which the payment transaction occurred.
-
PaymentMethodCode: string
Maximum Length:
30Type of payment selected during checkout. -
PaymentReferenceId: string
Maximum Length:
50Global unique payment identifier that comprises a 4-character prefix and random digits. -
PaymentTrackingData: string
Maximum Length:
50The identifying attribute passed during checkout by the originator of the assessed fees. -
PaymentTrackingDataPlus: string
Maximum Length:
50The additional identifying attribute passed during checkout by the originator of the assessed fees. -
PaymentTransactionId: string
Maximum Length:
50Transaction ID/reference number received from the payment gateway or trust account system. -
PrimaryId: string
Maximum Length:
3The unique identifier for the primary document used to identify the payer of a cash drawer check payment. -
SecondaryId: string
Maximum Length:
3The unique identifier for the secondary document used to identify the payer of a cash drawer check payment. -
SecondResponseMessage: string
Maximum 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
Maximum Length:
50The unique identifier for the cashier session. -
ThirdResponseMessage: string
Maximum 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
The 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.