Update a third party payment methods
patch
/fscmRestApi/resources/11.13.18.05/publicSectorThirdPartyPayments/{PaymentHeaderKey}/child/ThirdPartyPaymentMethod/{PaymentMethodKey}
Request
Path Parameters
-
PaymentHeaderKey(required): integer(int64)
Identifies the primary key value of the payment.
-
PaymentMethodKey(required): integer(int64)
Identifies payment method key for a record.
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-
AgencyId: integer
(int32)
Default Value:
1Identifies the agency id associated with a payment. -
PayerAddress: string
Maximum Length:
2000Identifies the address associated with the payment instrument. -
PayerEmail: string
Maximum Length:
480Identifies the email associated with the payment instrument. -
PayerName: string
Maximum Length:
480Identifies the name associated with the payment instrument. -
PaymentAmount: number
Identifies the amount received.
-
PaymentCreated: string
Maximum Length:
30Identifies the payment created for a record. -
PaymentCurrency: string
Maximum Length:
3Identifies the payment currency. -
PaymentHistoryKey: integer
(int64)
The unique identifier for the payment transaction.
-
PaymentReferenceId: string
Maximum Length:
50A reference value created by the payment module and sent as pass-through data to the payment processor. -
PaymentStatus: string
Maximum Length:
30Identifies the payment status for a record. -
PaymentTransactionId: string
Maximum Length:
50Identifies the reference number associated with the payment instrument. -
PrimaryTrackingData: string
Maximum Length:
100Identifies the tracking reference associated with payment. -
SecondaryTrackingData: string
Maximum Length:
100Identifies the tracking reference associated with payment. -
ServiceChargeAmount: number
Identifies the service amount charges for a payment.
-
TertiaryTrackingData: string
Maximum Length:
100Identifies the tracking reference associated with payment. -
VoidAmount: number
Identifies the void amount.
-
VoidByName: string
Maximum Length:
240Identifies the name who voided payment. -
VoidComments: string
Maximum Length:
2000Identifies the void comments. -
VoidDatetime: string
(date-time)
Identifies the void date time.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context(required):
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(required):
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 : publicSectorThirdPartyPayments-ThirdPartyPaymentMethod-item-response
Type:
Show Source
object-
AgencyId: integer
(int32)
Default Value:
1Identifies the agency id associated with a payment. -
ExternalPaymentReference: string
Maximum Length:
480Identifies the payment reference provided by third party payment system. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PayerAddress: string
Maximum Length:
2000Identifies the address associated with the payment instrument. -
PayerEmail: string
Maximum Length:
480Identifies the email associated with the payment instrument. -
PayerName: string
Maximum Length:
480Identifies the name associated with the payment instrument. -
PaymentAmount: number
Identifies the amount received.
-
PaymentCreated: string
Maximum Length:
30Identifies the payment created for a record. -
PaymentCurrency: string
Maximum Length:
3Identifies the payment currency. -
PaymentHeaderId: string
Maximum Length:
50Identifies the unique alpha numeric reference of the payment. -
PaymentHeaderKey: integer
(int64)
Identifies the primary key value of the payment.
-
PaymentHistoryKey: integer
(int64)
The unique identifier for the payment transaction.
-
PaymentMethodCode: string
Maximum Length:
30The method of payment used for a payment transaction, such as credit card, cash, personal check, or cashier???s check. -
PaymentMethodKey: integer
(int64)
Identifies payment method key for a record.
-
PaymentReferenceId: string
Maximum Length:
50A reference value created by the payment module and sent as pass-through data to the payment processor. -
PaymentStatus: string
Maximum Length:
30Identifies the payment status for a record. -
PaymentTransactionId: string
Maximum Length:
50Identifies the reference number associated with the payment instrument. -
PrimaryTrackingData: string
Maximum Length:
100Identifies the tracking reference associated with payment. -
SecondaryTrackingData: string
Maximum Length:
100Identifies the tracking reference associated with payment. -
ServiceChargeAmount: number
Identifies the service amount charges for a payment.
-
TertiaryTrackingData: string
Maximum Length:
100Identifies the tracking reference associated with payment. -
VoidAmount: number
Identifies the void amount.
-
VoidByName: string
Maximum Length:
240Identifies the name who voided payment. -
VoidComments: string
Maximum Length:
2000Identifies the void comments. -
VoidDatetime: string
(date-time)
Identifies the void date time.
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.