Updates the transaction of an order payment instrument.
curl "https://{shortCode}.api.commercecloud.salesforce.com/checkout/orders/v1/organizations/{organizationId}/orders/{orderNo}/payment-instruments/{paymentInstrumentId}/transaction?siteId=SiteGenesis" \
-X PATCH \
-H "content-type: application/json" \
-d '{
"c_externalReferenceCode": "dfg73DsFgH93Lkj2SaArePos",
"c_processedDate": "2019-10-07",
"c_additionalInformation": "Brunch enim ligula congue eu tempus craft beer tellus amet non urna sapien you probably haven’t heard of them eros ornare massa massa. Duis craft beer mattis pellentesque nulla risus arcu San Francisco adipiscing proin lorem sapien integer wire-rimmed glasses auctor ipsum cursus eget nam. Toms bibendum donec vivamus molestie vulputate fixie cursus amet eget nibh integer craft beer pellentesque odio mauris porttitor sodales."
}'
Region-specific merchant identifier.
fd4gt8
An identifier for the organization the request is being made by.
f_ecom_zzxy_prd
The order number.
00000410
ID of the payment instrument.
b7679bea661819b2de78b9de7d
The identifer of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites
SiteGenesis
{
"c_externalReferenceCode": "dfg73DsFgH93Lkj2SaArePos",
"c_processedDate": "2019-10-07",
"c_additionalInformation": "Brunch enim ligula congue eu tempus craft beer tellus amet non urna sapien you probably haven’t heard of them eros ornare massa massa. Duis craft beer mattis pellentesque nulla risus arcu San Francisco adipiscing proin lorem sapien integer wire-rimmed glasses auctor ipsum cursus eget nam. Toms bibendum donec vivamus molestie vulputate fixie cursus amet eget nibh integer craft beer pellentesque odio mauris porttitor sodales."
}
This type supports additional properties passed along with the defined properties of this API. To indicate that the properties were defined and expected to be handled as additional properties, they are expected to be prefixed with a c_
. The type will reject any property that does not fit this pattern, only allowing additional properties beginning with the known prefix.
c_faxNumber
The operation was successful, no content is returned.