Changes for page card-transaction

Last modified by David Persson on 2024/02/21 07:48
From version 50.1
edited by David Persson
on 2020/04/14 11:26
To version 50.2
edited by David Persson
on 2020/04/14 11:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -703,17 +703,17 @@
703 703  
704 704  (% class="table-bordered table-striped" %)
705 705  |=(% style="width: 537px;" %)Problem type (code)|=(% style="width: 172px;" %)Httpstatus|=(% style="width: 796px;" %)Description
706 -|(% style="width:537px" %)ledger.card-transaction.validation-error|(% style="width:172px" %)400|(% style="width:796px" %)occurs if any of the inputvalidation fails
707 -|(% style="width:537px" %)ledger.card-transaction.card-token-not-found|(% style="width:172px" %)400|(% style="width:796px" %)Occurs on post towards "authorizations" when no card could be found according to the specified cardToken.
708 -|(% style="width:537px" %)ledger.card-transaction.seller-no-not-registered|(% style="width:172px" %)501|(% style="width:796px" %)
709 -|(% style="width:537px" %)ledger.card-transaction.currency-not-supported|(% style="width:172px" %)422|(% style="width:796px" %)
710 -|(% style="width:537px" %)ledger.card-transaction.company-not-configured|(% style="width:172px" %)501|(% style="width:796px" %)
711 -|(% style="width:537px" %)ledger.card-transaction.duplicate-authorization|(% style="width:172px" %)409|(% style="width:796px" %)occurs if specified SourceAuthorizationTransactionId hase already has been used on another authorization
712 -|(% style="width:537px" %)ledger.card-transaction.duplicate-purchase|(% style="width:172px" %)409|(% style="width:796px" %)occurs if any of the references that is required to be unique already has been used on another purchase
713 -|(% style="width:537px" %)ledger.card-transaction.duplicate-cash-withdrawal|(% style="width:172px" %)409|(% style="width:796px" %)occurs if any of the references that is required to be unique already has been used on another cash-withdrawal
714 -|(% style="width:537px" %)ledger.card-transaction.duplicate-reversal|(% style="width:172px" %)409|(% style="width:796px" %)occurs if any of the references that is required to be unique already has been used on another reversal
715 -|(% style="width:537px" %)ledger.card-transaction.duplicate-correction|(% style="width:172px" %)409|(% style="width:796px" %)occurs if any of the references that is required to be unique already has been used on another correction
716 -|(% style="width:537px" %)ledger.card-transaction.insufficient-funds|(% style="width:172px" %)409|(% style="width:796px" %)occurs if there is not enough funds in the account. Depending on the type of account, the reason may be that there is not enough prepaid funds or that the total debt (including the new authorization) exceeds the creditlimit of the account
706 +|(% style="width:537px" %)validation-error|(% style="width:172px" %)400|(% style="width:796px" %)occurs if any of the inputvalidation fails
707 +|(% style="width:537px" %)card-token-not-found|(% style="width:172px" %)400|(% style="width:796px" %)Occurs on post towards "authorizations" when no card could be found according to the specified cardToken.
708 +|(% style="width:537px" %)seller-no-not-registered|(% style="width:172px" %)501|(% style="width:796px" %)
709 +|(% style="width:537px" %)currency-not-supported|(% style="width:172px" %)422|(% style="width:796px" %)
710 +|(% style="width:537px" %)company-not-configured|(% style="width:172px" %)501|(% style="width:796px" %)
711 +|(% style="width:537px" %)duplicate-authorization|(% style="width:172px" %)409|(% style="width:796px" %)occurs if specified SourceAuthorizationTransactionId hase already has been used on another authorization
712 +|(% style="width:537px" %)duplicate-purchase|(% style="width:172px" %)409|(% style="width:796px" %)occurs if any of the references that is required to be unique already has been used on another purchase
713 +|(% style="width:537px" %)duplicate-cash-withdrawal|(% style="width:172px" %)409|(% style="width:796px" %)occurs if any of the references that is required to be unique already has been used on another cash-withdrawal
714 +|(% style="width:537px" %)duplicate-reversal|(% style="width:172px" %)409|(% style="width:796px" %)occurs if any of the references that is required to be unique already has been used on another reversal
715 +|(% style="width:537px" %)duplicate-correction|(% style="width:172px" %)409|(% style="width:796px" %)occurs if any of the references that is required to be unique already has been used on another correction
716 +|(% style="width:537px" %)insufficient-funds|(% style="width:172px" %)409|(% style="width:796px" %)occurs if there is not enough funds in the account. Depending on the type of account, the reason may be that there is not enough prepaid funds or that the total debt (including the new authorization) exceeds the creditlimit of the account
717 717  |(% style="width:537px" %) |(% style="width:172px" %) |(% style="width:796px" %)
718 718  
719 719  If an error occur or any validation failed, a "problem" response will be returned.