I’m facing issue in php from my side everything is fine payment scuessfull but api log status is 404 missing element i dont no whats going on also production application id and location id is incorrect
I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:
Additional Documentation
Troubleshoot In-App Payments SDK Problems
Locations API Overview
Take Payments
If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.
What’s the application ID?
production - sq0idp-_8zbyUhiNlhMu7wy_7LjIQ
test - sandbox-sq0idb-VqImI3xWZJlUtmQVm8kREA
I took a look at the payment requests and none of them have been successful. The payment requests aren’t correctly formatted and many are missing an amount. A successful payment request will look something like:
{
"idempotency_key": "{{$guid}}",
"autocomplete": true,
"order_id": "{{order_id}}",
"amount_money": {
"amount": 100,
"currency": "USD"
},
"source_id": "cnon:card-nonce-ok",
"customer_id": "{{customer_id}}"
}
Did you change the credentials, base path URL, and the client side JS to the production credentials?
hello bryan i fixed all the error when i put productionID and location ID and secret it shows me this errir appliationid and location id is incorrect
Did you change the JavaScript reference from sandbox.web.squarecdn.com/v1/square.js
to web.squarecdn.com/v1/square.js
?
The translation is done and it shows my squareup balance and transaction but it’s not added into my bank account. Why ??
the transaction is done throw online payment gateway but not added into my bank account its showing to my balance and transaction in my squareup account but its not showing into my bank account why ?
You’ll need to link a bank account before funds are able to transfer. If you haven’t done so already, you can find steps to do so here: Link and edit your bank account
The standard transfer schedule is next-business-day. If you’re having issues with linking your bank account or transferring, I recommending reaching out to our Customer Support team for assistance!
Bank account is already linked.
Did the funds arrive the next business day?
Buyer name is not showing in email why ??
Anyone here please reply
Was the buyer name collected? What was used to take the payment?