Payment-Complete-v2: Difference between revisions
Jump to navigation
Jump to search
Stankovicsa (talk | contribs) (Created page with "{{PageTitle|title=Barion API: Complete a payment}} {{TableOfContents}} {{api_callmethod |method=POST |uri=/v3/Payment/CompltetePayment }}") |
Stankovicsa (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
|uri=/v3/Payment/CompltetePayment | |uri=/v3/Payment/CompltetePayment | ||
}} | }} | ||
== Input properties == | |||
{{api_input_table_header}} | |||
|- | |||
| 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 || The identifier of the newly initialized payment, generated by the Barion system. | |||
|- | |||
|} | |||
== Output properties == |
Revision as of 10:18, 20 October 2020
Barion API: Complete a payment
POST | /v3/Payment/CompltetePayment |
---|
Input properties
Property name | Property type | Limitations and constraints | Description | |||
---|---|---|---|---|---|---|
POSKey | Guid |
|
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 | The identifier of the newly initialized payment, generated by the Barion system. |