Payment Supplementary Data

September 9, 2024 ยท View on GitHub

The supplementary data.

Structure

PaymentSupplementaryData

Fields

NameTypeTagsDescriptionGetterSetter
RelatedIdsRelatedIdentifiersOptionalIdentifiers related to a specific resource.RelatedIdentifiers getRelatedIds()setRelatedIds(RelatedIdentifiers relatedIds)

Example (as JSON)

{
  "related_ids": {
    "order_id": "order_id2",
    "authorization_id": "authorization_id0",
    "capture_id": "capture_id0"
  }
}