#withapain_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1270768138518003864
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Good question, checking in to this and will get back to you
And can you link me to where you are seeing PaymentDetails.type in our docs?
Having trouble finding that field in our API ref
Oh wait, I misunderstood the question. You can check the type of the payment method that is assosciated with the payment. card_present or interac_present are the types for in person terminal payments
I meant more to figure out whether I can check if transaction was made in person or not
card_present and interac_present are in person payments, but I supposed blik can be too?
I.e. I was aiming for an exhaustive list that is precise, but things like blik cannot be easily classified, right ? ๐
Hi, stepping in and catching up
I do not think blik could be but I'm still confirming, thank you for your patience.
I was able to confirm that Blik can only be used for on the web payments. For this reason, you can just look at card_present or interac_present and you would be set.
Thank you so much!