Update a set of checkout payment data

patch

/fscmRestApi/resources/11.13.18.05/publicSectorCheckouts/{CheckoutId}/child/CheckoutPmt/{CheckoutPmtUniqID}

Request

Path Parameters
  • The unique identifier for the checkout data. Generated using the Fusion unique ID API.
  • 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
  • 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".
  • 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
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : publicSectorCheckouts-CheckoutPmt-item-response
Type: object
Show Source
  • Title: Agency ID
    Identifies the identifier associated with an agency.
  • Maximum Length: 10
    Authorization code value returned by the payment gateway or trust account system.
  • Title: Authorization Date and Time
    Authorization date and time returned by payment gateway system or trust account system.
  • Maximum Length: 4
    The status value returned by the payment gateway or trust account system.
  • Title: Cashier ID
    Maximum Length: 50
    The unique identifier for the cashier.
  • Title: Change Due
    The amount of money to be handed back to the payer if the payment received from the payer is more than the amount due.
  • Maximum Length: 240
    The address on the check.
  • Title: Check Date
    The date that the check was received from the payer.
  • Maximum Length: 100
    The name on the check.
  • Title: Check Number
    Maximum Length: 10
    The number of the check that was received from the payer.
  • Maximum Length: 50
    Unique identifier for the checkout data. Generated using the Fusion unique ID API.
  • Unique sequence number for the checkout payment row generated using the Fusion unique ID API.
  • Title: Comments
    Maximum Length: 240
    Comments provided for the payment.
  • Title: Description
    Maximum Length: 100
    Description provided for the payment.
  • Title: Cash Drawer ID
    Maximum Length: 30
    The unique identifier for the cash drawer.
  • Title: Primary Response Message
    Maximum Length: 100
    First 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.
  • Title: Amount
    That dollar amount that applies to a line item.
  • Links
  • Title: Payer Address
    Maximum Length: 240
    The address of the person who made the payment.
  • Title: Payer Name
    Maximum Length: 100
    The name of the person who made the payment.
  • Title: Currency
    Maximum Length: 3
    Currency used for the payment transaction.
  • Title: Payment Date
    Date on which the payment transaction occurred.
  • Title: Payment Method Code
    Maximum Length: 30
    Type of payment selected during checkout.
  • Title: Payment Reference ID
    Maximum Length: 50
    Global unique payment identifier that comprises a 4-character prefix and random digits.
  • Title: Primary Payment Tracking Data
    Maximum Length: 50
    The identifying attribute passed during checkout by the originator of the assessed fees.
  • Title: Secondary Payment Tracking Data
    Maximum Length: 50
    The additional identifying attribute passed during checkout by the originator of the assessed fees.
  • Title: Payment Transaction ID
    Maximum Length: 50
    Transaction ID/reference number received from the payment gateway or trust account system.
  • Title: Primary ID
    Maximum Length: 3
    The unique identifier for the primary document used to identify the payer of a cash drawer check payment.
  • Title: Secondary ID
    Maximum Length: 3
    The unique identifier for the secondary document used to identify the payer of a cash drawer check payment.
  • Title: Secondary Response Message
    Maximum Length: 100
    Second 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.
  • Title: Session ID
    Maximum Length: 50
    The unique identifier for the cashier session.
  • Title: Additional Response Message
    Maximum Length: 100
    Third 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.
  • Title: Amount Tendered
    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.
Back to Top