Payment-Complete-v2: Difference between revisions
Jump to navigation
Jump to search
Stankovicsa (talk | contribs) |
Stankovicsa (talk | contribs) |
||
Line 14: | Line 14: | ||
| POSKey || Guid || * Required|| The secret API key of the shop, generated by Barion. This lets the shop to authenticate through the Barion API, but does not provide access to the account owning the shop itself. | | POSKey || Guid || * Required|| The secret API key of the shop, generated by Barion. This lets the shop to authenticate through the Barion API, but does not provide access to the account owning the shop itself. | ||
|- | |- | ||
| PaymentId || Guid || * Required|| The identifier of the | | PaymentId || Guid || * Required|| The identifier of the formerly initialized and authenticated payment, generated by the Barion system. | ||
|- | |- | ||
|} | |} | ||
== Output properties == | == Output properties == |
Revision as of 10:20, 20 October 2020
Barion API: Complete a payment
POST | /v3/Payment/CompltetePayment |
---|
Input properties
Property name | Property type | Limitations and constraints | Description |
---|---|---|---|
POSKey | Guid | * Required | The secret API key of the shop, generated by Barion. This lets the shop to authenticate through the Barion API, but does not provide access to the account owning the shop itself. |
PaymentId | Guid | * Required | The identifier of the formerly initialized and authenticated payment, generated by the Barion system. |