SCPCardPresentRouting
Objective-C
enum SCPCardPresentRouting : NSUInteger {}
Swift
enum CardPresentRouting : UInt, @unchecked Sendable
Network routing priority on co-branded EMV cards supporting domestic debit and international card schemes.
-
Prioritize domestic debit network routing on payment method collection.
Declaration
Objective-C
SCPCardPresentRoutingDomesticSwift
case domestic = 0 -
Prioritize international network routing on payment method collection.
Declaration
Objective-C
SCPCardPresentRoutingInternationalSwift
case international = 1