Convert to Credit
Overview
iOS Integration
Provider Interface
public protocol ConvertToCreditProvider {
func withdrawMethod(for amount: Decimal) async -> CreditWithdrawal
}Callback Registration
@State var convertToCreditProvider: ConvertToCreditProvider? = YourC2CProvider()
lucraClient.registerConvertToCreditProvider(convertToCreditProvider)Interface Implementation
Theme Object



Android Integration

Server to Server Integration

Last updated