Complete Tokenized Payment

Last changes: 12-20-2022

This API method enables you completing the payment processing.

API Parameters

Example

Request

Path:

POST {Base URL}/payment/complete-token-payment

Header:

Content-Type: application/json
Accept-Language: en-US

{
    "merchantKey": "3227a1df-1033-46fd-93bd-x01777339e5b",
    "transactionId": "933a0fab-80a0-42c5-b010-c71174f4ab32"
}

Response

{
    "transactionId": "4e687bcc-053d-47e1-ad15-ae0c30a41d03",
    "uniqueReference": "130skldhipj4ih8g73b4uhgo3s"
    "paymentStatus": "AUTHORISATION_COMPLETED",
}

Document version 1.0 - 2022-12-19