PayByBank
public final class PayByBank
-
Sets configuration for all PayByBank APIs
Warning
This method should be called before using any PayByBank API, otherwise each API returns an error as
PayByBankError.notConfigured
.Declaration
Swift
static func configure(environment: PayByBankEnvironment, clientID: String, clientSecret: String)
Parameters
environment
Enum “Sandbox” “Production”
clientID
Unique identification string assigned to the client by our system
clientSecret
Secret string assigned to the client by our system
-
Paylink API
Declaration
Swift
static var paylink: Paylink { get }
-
FrPayment API
Declaration
Swift
static var frPayment: FrPayment { get }
-
VRPlink API
Declaration
Swift
static var vrplink: VRPlink { get }
-
BulkPayment API
Declaration
Swift
static var bulkPayment: BulkPayment { get }
-
Datalink API
Declaration
Swift
static var datalink: Datalink { get }
-
Payment API
Declaration
Swift
static var payment: Payment { get }