#francis-morissette_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/1475618962887938058
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ taking a look here
Thank you!
So I believe this is because Interac is not compatible with type card_present and the type should instead be interac_present
Ok, I'll try that instead, thank you!
From what I see, "Interac_present" was there when creating the Payment Intent
POST body:
{
"amount":
"6974",
"automatic_payment_methods": {
"enabled":
"False",
},
"currency":
"cad",
"customer":
"cus_U2BqRdfAoGmMs0"
,
"error_on_requires_action":
"False",
"payment_method_types": {
"0":
"card_present",
"1":
"card",
"2":
"interac_present",
},
}
I believe it's in the confirmation request that card_present was specified