Payment-Complete-v2: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
Line 12: Line 12:
{{api_input_table_header}}
{{api_input_table_header}}
|-
|-
| POSKey || Guid ||  
| 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.
* 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.
| PaymentId || Guid || * Required|| The identifier of the newly initialized 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 newly initialized payment, generated by the Barion system.

Output properties