Payment-Complete-v2: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(Created page with "{{PageTitle|title=Barion API: Complete a payment}} {{TableOfContents}} {{api_callmethod |method=POST |uri=/v3/Payment/CompltetePayment }}")
 
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
  • 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