I’m not even sure where to start looking!! Any help appreciated. I want to create an app that can used a swiped card to establish an ongoing payment method for later purchases. My current app can use a customer card ccof id created by manual SDK entry. I can’t find a method to capture a reusable card id for a swiped card.
More info:
Here’s the problem I wish to solve:
Yoga studio has 2 modes:
Mode 1: Members can subscribe for classes on a recurring monthly basis. I’ve developed an app using the Card SDK to capture credit card and setup subscription. Easy to track usage electronically.
Mode2: Customer buys 1 or more Paper Tickets, purchased using Square phone-based swiper and Square POS.
In both current modes, a paper customer record is created on first in-person visit: Waiver form, emergency contact, health concerns, etc. The studio reviews this info to establish suitability of customer for the yoga practice.
Paper methods aren’t that helpful; studio wants to move to all data available electronically.
DESIRED MODE:
New Customer creates personal data record and waiver information using online phone or desktop form.
Customer can enter credit card using SDK, but we provide option to appear at studio in person, and completes first transaction in person for class E-card or subscription, using a Swiped Card. The swiped card is saved and reused for additional E-card class purchases and/or subscription renewals.
Customer can then make additional purchases via new phone app.
Benefits: Customer class attendance and usage of E-Cards is tracked electronically through phone app sign in.
Teachers can see customer health records from list of sign in students.
Phone app allows purchases based on previously swiped card instead
My unknowns:
Can a swiped card create a reusable ccof id like the one created by the Cards SDK?
Can I create a subscription or E-Card order which gets delivered to the Studio’s card swipe phone, and provide for card capture or payment for the order by swipe? (In other words, is there a method to replace the manual SDK card entry and capture instead use the swiped card and CURL it into the order info?)
I’m sorry if these questions aren’t clear. I’ve been searching / reading docs, can’t find the info I need, and I may be phrasing my search queries badly.
Any help appreciated