Skip to content

Commit

Permalink
Fix getPaymentByPaymentKey example
Browse files Browse the repository at this point in the history
  • Loading branch information
KarbonStuartK committed Jan 7, 2025
1 parent 4c1a02d commit 071e91a
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions KarbonAPI.json
Original file line number Diff line number Diff line change
Expand Up @@ -784,25 +784,6 @@
"$ref": "#/components/schemas/BillingPayment"
}
]
},
"example": {
"PaymentKey": "72dVb4dTRkH",
"PaymentReference": "KPY-1000",
"PaymentType": "ManualPayment",
"PaymentDate": "2023-07-28T00:00:00Z",
"GrossAmount": 1550.50,
"PaymentMethod": "Check",
"KarbonPayment": {
"CardType": "",
"CardCountry": null,
"CardFunding": "",
"PayoutStatus": "",
"SurchargeAmount": 0.0000,
"KarbonFeeAmount": 0.0000,
"KarbonFeeTaxAmount": 0.0000,
"NetAmount": 0.0000
},
"Client": null
}
}
}
Expand Down Expand Up @@ -8679,6 +8660,7 @@
}
},
"BillingPayment": {
"type": "object",
"description": "A Karbon payment",
"required": [
"PaymentKey",
Expand Down

0 comments on commit 071e91a

Please sign in to comment.