GetTransaction
public enum GetTransaction
Get a transaction
In case the transaction is not yet completed the call may be delayed 20s until a response can be given. If the client got this URL as a response to the Pre Auth process the call is save to retry. In case the transaction was canceled by the client an answer will still be delayed but always returns 404
, therefore the client has to remember, that the transaction was canceled.
-
Undocumented
Declaration
Swift
public static var service: PayAPIService<PayAPI.PaymentTransactions.GetTransaction.Response>
-
Undocumented
See moreDeclaration
Swift
public final class Request : PayAPIRequest<Response>
-
Undocumented
See moreDeclaration
Swift
public enum Response : APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible