Dear team,
we are using apple pay through square web payment sdk, the process is as square document introduced:
- our web gets a payment token for apple pay through square web payment sdk;
- our backend application calls square payment API with the payment token to create a payment in square
may i know what would happen to customer if we just do above 1. to get a payment token, but NOT do above 2. to create a payment with the token?
such as, will the customer be charged? or charged and then refunded after the payment token expired?
Thanks.