Search found 70 matches
- Wed Apr 30, 2025 1:10 pm
- Forum: API
- Topic: Treatment plan scheduled?
- Replies: 1
- Views: 200
Treatment plan scheduled?
I'm looking to see whether an active treatment plan has any of the associated procedures scheduled or completed. If I'm looking at the documentation, it looks like I'll have to make a couple of calls in order to do this: 1. Get the treatment plan id GET /treatplans 2. Get the procedures with the pla...
- Tue Dec 03, 2024 1:39 pm
- Forum: API
- Topic: Deleted patient
- Replies: 4
- Views: 6003
Re: Deleted patient
I see how that makes sense. On the flip side we end up with incorrect data because we don't even know it was deleted since it becomes inaccessible once it's deleted. Isn't circular logic fun? Ha! Thanks for your help! I guess we'll have to make a call every so often to get a list of deleted patients...
- Tue Dec 03, 2024 12:41 pm
- Forum: API
- Topic: Deleted patient
- Replies: 4
- Views: 6003
Re: Deleted patient
Gotcha - not a sexy approach when we're making the regular call to GET /patients/Simple to keep our records up to date. Sounds like we'll need to add a call in to check for deleted status. Dumb question - why not include in that endpoint? Why filter it out? Thanks!
- Tue Dec 03, 2024 10:52 am
- Forum: API
- Topic: Deleted patient
- Replies: 4
- Views: 6003
Deleted patient
We pull in patient demographic data via GET /patients/Simple however I can't figure out how we can see if a patient has been deleted. We have some clients who do occasionally delete patients (accidental duplicates usually) but we end up with two records that appear 'live' because I'm not seeing anyt...
- Thu Nov 07, 2024 12:14 pm
- Forum: API
- Topic: PayPlans POST NumberOfPayments
- Replies: 4
- Views: 6702
Re: PayPlans POST NumberOfPayments
Thanks - you may want to clarify that as your documentation doesn't mention that the value isn't saved and just used to calculate. PayAmt: This or NumberOfPayments is required. The amount due per payment plan charge. NumberOfPayments: This or PayAmt is required. The total number of payments in the p...
- Tue Nov 05, 2024 4:55 pm
- Forum: API
- Topic: PayPlans POST NumberOfPayments
- Replies: 4
- Views: 6702
PayPlans POST NumberOfPayments
When creating a dynamic payment plan, despite providing the NumberOfPayments, it's being set to 0. Below is an example request/response from my test environment (updated to the latest stable version as of today). This came up because one of our clients noticed it and I can't figure out what we might...
- Fri Sep 06, 2024 12:24 pm
- Forum: API
- Topic: Appointments
- Replies: 6
- Views: 19346
Re: Appointments
Thanks!
- Fri Sep 06, 2024 12:20 pm
- Forum: API
- Topic: Patient portion owed with appointment
- Replies: 1
- Views: 12653
Patient portion owed with appointment
We have a feature showing the practice's appointments for the day. I'm looking to show the amount the patient owes for that appointment and it looks like I need to make quite a few calls to get the data I'm looking for. Want to check whether that's correct or if there's a more efficient way to get t...
- Thu Sep 05, 2024 4:55 am
- Forum: API
- Topic: Appointments
- Replies: 6
- Views: 19346
Re: Appointments
I'm not sure how that helps? The API is returning what for me is an unexpected result, so running a different query that should give me the same result as the API doesn't help me figure out why I'm getting this unexpected result.
- Wed Sep 04, 2024 1:46 pm
- Forum: API
- Topic: Appointments
- Replies: 6
- Views: 19346
Re: Appointments
I'm creating the appointments in Open Dental itself. So it's correct in Open Dental and shows as I expect it to, but when I pull in the data via the API, I'm not seeing the clinicNum I would expect.
- Wed Sep 04, 2024 10:18 am
- Forum: API
- Topic: Appointments
- Replies: 6
- Views: 19346
Appointments
We're trying to show Appointments in our app but finding some oddities when it comes to clinics. When we make the call for appointments, the ClinicNum associated appears to be the one associated with the patient, not where the appointment is. E.g. if a patient who was registered under ClinicNum 1 go...
- Wed Aug 21, 2024 7:47 am
- Forum: API
- Topic: Procedure(s) are not eligible to be attached to a Dynamic PayPlan error
- Replies: 1
- Views: 9112
Procedure(s) are not eligible to be attached to a Dynamic PayPlan error
Hey folks - I'm trying to find out what makes procedures eligible to be attached to a Dynamic Payment Plan. I'm sure I'm overlooking that detail in the documentation so if someone can point me in the right direction that would be appreciated. Thanks!
- Tue Aug 20, 2024 12:14 pm
- Forum: API
- Topic: Posting a statement to the account ledger
- Replies: 13
- Views: 28334
Re: Posting a statement to the account ledger
Thanks for the details. I never said anything about updating statements. What I meant by 'we take care of statements' is that we create the statements, and we send statements rather than using anything from Open Dental. Our clients want to be able to see in Open Dental that a statement that we have ...
- Tue Aug 20, 2024 10:26 am
- Forum: API
- Topic: Posting a statement to the account ledger
- Replies: 13
- Views: 28334
Re: Posting a statement to the account ledger
We create digital statements and want to be able to be able to show in the Patient Account that we've sent a digital statement. Right now we do post it in the comms log, but I can't figure out how to (or if it's even possible right now) to post to the account. I've highlighted what I'm trying to do ...
- Fri Aug 02, 2024 2:51 pm
- Forum: API
- Topic: Posting a statement to the account ledger
- Replies: 13
- Views: 28334
Re: Posting a statement to the account ledger
Any update on this one? I've poked around the release notes and the documentation but can't see anything though I'm likely not looking in the right place. Thanks!
- Fri May 03, 2024 8:23 am
- Forum: API
- Topic: Posting a statement to the account ledger
- Replies: 13
- Views: 28334
Re: Posting a statement to the account ledger
Any update? Thanks!
- Fri May 03, 2024 8:22 am
- Forum: API
- Topic: Computer heartbeat timezone
- Replies: 1
- Views: 4861
Computer heartbeat timezone
Can someone confirm what timezone the heartbeat is in? Is it the server's local time? UTC? Something else?
https://www.opendental.com/site/apicomputers.html
Thanks!
https://www.opendental.com/site/apicomputers.html
Thanks!
- Fri Apr 12, 2024 5:40 am
- Forum: API
- Topic: Posting a statement to the account ledger
- Replies: 13
- Views: 28334
Re: Posting a statement to the account ledger
Wondering roughly where in the development queue this feature is? Thanks!
- Fri Mar 29, 2024 1:23 pm
- Forum: API
- Topic: Appointment length
- Replies: 3
- Views: 5049
Re: Appointment length
Good afternoon! Thanks for the quick response - good to know which field I'm looking at but struggling to understand how the values work. I think "Pattern": "//XXXX//" Means 2 x 5 minutes assist time, followed by 4 x 5 minutes doctor time followed by 2 x 5 minutes assist time? For a total of 40 minu...
- Fri Mar 29, 2024 12:50 pm
- Forum: API
- Topic: Appointment length
- Replies: 3
- Views: 5049
Appointment length
I'm looking at the appointment API (https://www.opendental.com/site/apiappointments.html) and was hoping to be able to see how long an appointment is. Am I overlooking something or can I make a feature request? Thanks!
- Wed Mar 20, 2024 1:00 pm
- Forum: API
- Topic: Name and version don't match
- Replies: 1
- Views: 4342
Name and version don't match
A client added in the API key, but when I go into my portal, the name and version doesn't match. The key is correct so I'm scratching my head as to what is happening and whether I should be concerned. The practice name on my portal shows as Relaxation Dental and the version as 23.1.36.0. The client ...
- Wed Mar 13, 2024 2:18 pm
- Forum: API
- Topic: Generating keys via API
- Replies: 2
- Views: 4470
Re: Generating keys via API
Thanks, good to know that unassigned keys are not charged! I might be able to work with something there.
- Wed Mar 13, 2024 11:57 am
- Forum: API
- Topic: Generating keys via API
- Replies: 2
- Views: 4470
Generating keys via API
Let me know if I'm overlooking this somewhere, but I would love to be able to generate new keys via the API so I can simplify the process of onboarding my clients.
- Thu Feb 29, 2024 10:23 am
- Forum: API
- Topic: Posting payments to payment plans
- Replies: 5
- Views: 5790
Re: Posting payments to payment plans
Gotcha - so in 23.3 we can set prePayment to false and everything will flow through as expected. Thanks!
Any rumors as to when 23.3 may come out of beta?
Any rumors as to when 23.3 may come out of beta?
- Thu Feb 29, 2024 9:36 am
- Forum: API
- Topic: Posting payments to payment plans
- Replies: 5
- Views: 5790
Re: Posting payments to payment plans
That feels really clunky - so there's no way for us to make sure when we're posting from the API to make sure it actually hits the ledger like we'd expect without our client doing something on their end? If I understand correctly, they have to create a definition with specific settings and then sele...
- Wed Feb 28, 2024 11:25 am
- Forum: API
- Topic: Posting payments to payment plans
- Replies: 5
- Views: 5790
Posting payments to payment plans
There have been a number of changes around payment plans and reading the documentation I can't figure out what we're doing wrong when posting payments to payment plans. We can see the payment on the plan but on the ledger it shows up under 'hidden splits' and the actual amount due on the plan doesn'...
- Thu Jan 25, 2024 4:50 pm
- Forum: API
- Topic: Posting a statement to the account ledger
- Replies: 13
- Views: 28334
Re: Posting a statement to the account ledger
We take care of the statements, we just want to be able to let OpenDental know that a statement was made/sent. THanks!
- Wed Jan 10, 2024 1:15 pm
- Forum: API
- Topic: Subscription issues
- Replies: 1
- Views: 4299
Subscription issues
We're signed up to a subscription, but when we set a workstation, we are no longer getting anything. We made sure we had the right workstation name (there's only one option in our test environment so nice and easy here) [ { "ComputerNum": 1, "CompName": "LAPTOP-9OO9FOOR", "LastHeartBeat": "2024-01-1...
- Wed Jan 10, 2024 11:35 am
- Forum: API
- Topic: Dynamic payment plans amount discrepency
- Replies: 3
- Views: 6590
Re: Dynamic payment plans amount discrepency
Are these created in OD or via the AP: Procedures were created in OD, we pulled in the values using the procedure log API Are these Completed procedures?: I'm not entirely sure for the production example, but the test that I ran on my demo instance are all completed and reproduces the same issue Ho...
- Wed Jan 10, 2024 4:59 am
- Forum: API
- Topic: Posting a statement to the account ledger
- Replies: 13
- Views: 28334
Posting a statement to the account ledger
I'm looking for the ability to post to the ledger that a statement has been sent - am I overlooking this in the documentation or is this a feature request?
Thanks!
Thanks!
- Tue Jan 09, 2024 2:16 pm
- Forum: API
- Topic: Dynamic payment plans amount discrepency
- Replies: 3
- Views: 6590
Dynamic payment plans amount discrepency
Our clients have a common scenario where the pricing on the procedure for what the patient owes is incorrect. This mean when we send the request to create the dynamic plan for the lower (correct) amount, the values we're saying to create the plan for are entirely ignored. How should we address this ...
- Mon Nov 20, 2023 12:15 pm
- Forum: API
- Topic: patient field defs
- Replies: 4
- Views: 7871
Re: patient field defs
Thanks! Once added, will we be able to post data to those created patfielddefs or is that a separate request?
- Mon Nov 20, 2023 11:39 am
- Forum: API
- Topic: patient field defs
- Replies: 4
- Views: 7871
patient field defs
Any chance someone can point me in the right direction of API documentation on patient field defs? I'm looking at creating them via API and then populating data. Is this possible? I couldn't see anything under definitions, is it somewhere else or not supported in the API? Thanks.
- Fri Nov 17, 2023 11:49 am
- Forum: API
- Topic: payType set to API default
- Replies: 2
- Views: 4134
Re: payType set to API default
Hey! I can't reproduce it in our test environment either - the only thing I was able to reproduce was sending payType to an OD instance that didn't support payType, and the response I received still showed the payType I had configured rather than the default - so the response is misleading as it's n...
- Fri Nov 17, 2023 7:46 am
- Forum: API
- Topic: payType set to API default
- Replies: 2
- Views: 4134
payType set to API default
Troubleshooting an issue whereby we're sending the payType, however, in OpenDental the payType ends up being the API default rather than what was sent. Things we've checked: Client is using a version that supports this feature (they're on 23.1.43/45/46 - they have multiple locations) payType exists ...
- Wed Nov 01, 2023 5:44 pm
- Forum: API
- Topic: Deprecation of PayPlans POST
- Replies: 12
- Views: 31621
Re: Deprecation of PayPlans POST
I think I understand - I'll have to take a look at my demo instance to wrap my head around how the charges/payments link to one another. The big challenge we have is getting all the patients that have an outstanding balance, and then getting all the outstanding charges for those patients (again wher...
- Mon Oct 30, 2023 11:03 am
- Forum: API
- Topic: Deprecation of PayPlans POST
- Replies: 12
- Views: 31621
Re: Deprecation of PayPlans POST
We've been using the statement file to generate a statement for the patient as it's the easiest way to get the appropriate list of procedures out of OpenDental (it shows everything since a zero or negative balance which is what we're looking for). Then when patients pay (often using a payment plan) ...
- Fri Oct 27, 2023 1:59 pm
- Forum: API
- Topic: Deprecation of PayPlans POST
- Replies: 12
- Views: 31621
Re: Deprecation of PayPlans POST
One of big use cases we have is for AR invoices generated using the statement XML file - Is it possible to add the procNums to this file? Then when patients pay their invoice, we know which procedures to associate the plan to.
- Fri Oct 27, 2023 12:05 pm
- Forum: API
- Topic: Deprecation of PayPlans POST
- Replies: 12
- Views: 31621
Re: Deprecation of PayPlans POST
They're making these plans in our product, not directly in OpenDental. Within our product, users can select the patient, the payment amount and then head straight to paying. That's a lot less clicks than selecting patient, then selecting the procedures, then going to pay. This one we can certainly g...
- Wed Oct 25, 2023 5:07 pm
- Forum: API
- Topic: Deprecation of PayPlans POST
- Replies: 12
- Views: 31621
Re: Deprecation of PayPlans POST
Couple of different scenarios - sometimes it's purely for speed - they want to get the payment setup quickly and get the patient out the door, deal with the splits later (or, as OpenDental for straight up payments just applies to the oldest first, that meets their requirements so they can keep it su...
- Wed Oct 25, 2023 9:20 am
- Forum: API
- Topic: Posting payments for dynamic payment plans
- Replies: 16
- Views: 17046
Re: Posting payments for dynamic payment plans
Awesome! Thank you. To make sure I understand how we'd use this - we would call the GET PayPlanCharges to see which ones are due and which ones are not. And then we'd POST payments towards a specific PayPlanCharge (if I understand correctly, a PayPlanCharge is basically an installment right?), addin...
- Tue Oct 24, 2023 9:35 am
- Forum: API
- Topic: Posting payments for dynamic payment plans
- Replies: 16
- Views: 17046
Re: Posting payments for dynamic payment plans
Any update here? We'd like to post payments correctly to these plans but it's a real lucky dip right now and if folks have other outstanding items payments end up on the wrong procedures every time as the PP charge will always be the most recent one, even if the underlying procedures are far older. ...
- Tue Oct 24, 2023 9:19 am
- Forum: API
- Topic: Deprecation of PayPlans POST
- Replies: 12
- Views: 31621
Re: Deprecation of PayPlans POST
This seems like a big loss - we have clients who want to be able to create payment plans without needing to associate it with specific procedures. Will dynamic payment plans support this in the future?
- Thu Oct 12, 2023 2:53 pm
- Forum: API
- Topic: Bulk update comm log
- Replies: 7
- Views: 9428
Re: Bulk update comm log
Gotcha - so as long as we don't care that it may take a few minutes, we can just send a large amount of requests, and they'll simply be addressed in due course? Clients could be sending out emails for all patients who have a balance, which can often be 200+, but no one is concerned if it takes a few...
- Thu Oct 12, 2023 2:29 pm
- Forum: API
- Topic: Bulk update comm log
- Replies: 7
- Views: 9428
Re: Bulk update comm log
We're seeing requests timeout and have been assuming that's OD throttling us - is this not the case? From what I can see in the documentation, it's 1 request per second - what happens when we go over that? We want to make sure the data we're trying to write back gets written back and we don't have t...
- Thu Oct 12, 2023 1:33 pm
- Forum: API
- Topic: Bulk update comm log
- Replies: 7
- Views: 9428
Re: Bulk update comm log
I feared that was the case. We'll have to build in our own delay to ensure we don't get throttled when we're trying to post hundreds of comm logs when we do a batch send. A real bummer, this is definitely an API where being able to bulk update would be very useful and reduce load for both sides.
- Thu Oct 12, 2023 11:42 am
- Forum: API
- Topic: Bulk update comm log
- Replies: 7
- Views: 9428
Bulk update comm log
Hey folks - wondering if it's possible to do a bulk update on the comm logs? (https://www.opendental.com/site/apicommlogs.html) At times we send out hundreds of messages on behalf of our client and looking to write those back, but we'd quickly be hitting out throttle limit (1 request per second if m...
- Mon Oct 09, 2023 11:18 am
- Forum: API
- Topic: Posting payments for dynamic payment plans
- Replies: 16
- Views: 17046
Re: Posting payments for dynamic payment plans
Thanks for the update! Any rough idea of when my request might make it through your development lifecycle? We'll need to do some work on our side of course and doing some rough resource planning. Thanks!
- Mon Oct 09, 2023 10:38 am
- Forum: API
- Topic: Posting payments for dynamic payment plans
- Replies: 16
- Views: 17046
Re: Posting payments for dynamic payment plans
Hey - checking in to see where in the pipeline these requests might be? I've got some related enhancement requests around the regular patient payment plans that were submitted around the same time - I suspect they may have all been lumped together? Thanks!
- Tue Oct 03, 2023 12:03 pm
- Forum: API
- Topic: PayPlans POST enhancement requests
- Replies: 4
- Views: 6535
Re: PayPlans POST enhancement requests
Checking this made it on the list? If so, any chance of a rough ETA? Thanks.
- Thu Aug 31, 2023 7:41 am
- Forum: API
- Topic: Detailed aging balance
- Replies: 4
- Views: 6285
Re: Detailed aging balance
Would it be possible to add this as a feature request? We're really just after the data that's in the Billing file that can be generated from OpenDental directly.
Thanks!
Thanks!
- Wed Aug 30, 2023 5:08 pm
- Forum: API
- Topic: Posting payments for dynamic payment plans
- Replies: 16
- Views: 17046
Re: Posting payments for dynamic payment plans
THanks!
Then I'd love to add another feature request where we can specify payPlanNum and set isPrePayment to false to ensure the payment is allocated to the payment plan as opposed to other procedure(s) first.
Then I'd love to add another feature request where we can specify payPlanNum and set isPrePayment to false to ensure the payment is allocated to the payment plan as opposed to other procedure(s) first.
- Wed Aug 30, 2023 1:25 pm
- Forum: API
- Topic: Posting payments for dynamic payment plans
- Replies: 16
- Views: 17046
Re: Posting payments for dynamic payment plans
Could we add that to the feature request list? The ability for a payment to be associated with a payPlan, regardless of whether there are older charges or not? And what is the rough ETA of the PayPlanCharges GET update that mentioned? Lastly - I'm still struggling to get payments associated with the...
- Wed Aug 30, 2023 11:32 am
- Forum: API
- Topic: Posting payments for dynamic payment plans
- Replies: 16
- Views: 17046
Re: Posting payments for dynamic payment plans
Gotcha - so we'd call this first, and based on the response, either post with the payPlanNum and isPrePayment set to true, or exclude the payPlanNum as well as isPrePayment? Have I understood correctly? What about the issue I'm seeing now where if we post a payment, it won't go to the plan if there ...
- Wed Aug 30, 2023 5:31 am
- Forum: API
- Topic: Posting payments for dynamic payment plans
- Replies: 16
- Views: 17046
Re: Posting payments for dynamic payment plans
We tried that as well, but the payment is then being associated with the oldest charge, which isn't necessarily the one associated with the plan. I was hoping for this to be a little simpler where we supply the payPlanNum to ensure the payment is associated with the plan, and have OpenDental decide ...
- Tue Aug 29, 2023 2:45 pm
- Forum: API
- Topic: Posting payments for dynamic payment plans
- Replies: 16
- Views: 17046
Posting payments for dynamic payment plans
We're posting payments according to the Payments POST documentation for dynamic plans: including the payPlanNum and setting isPrepayment to true. The result in OpenDental puts the payments under 'Hidden Splits' and doesn't decrease the 'amount due'. What should we be doing to get these payments to c...
- Tue Aug 29, 2023 2:36 pm
- Forum: API
- Topic: Detailed aging balance
- Replies: 4
- Views: 6285
Re: Detailed aging balance
Thanks! We're only looking for the aging balance and from what I can see, the GET ServiceDateView gives us absolutely everything, not just what is due (ie 'all transactions since zero or negative balance' from the Billing section in OD). Basically we're looking for far less data than GET ServiceDate...
- Tue Aug 29, 2023 12:48 pm
- Forum: API
- Topic: Detailed aging balance
- Replies: 4
- Views: 6285
Detailed aging balance
We're looking to pull the aging balance along with the detailed breakdown of what goes into the balance in order to send statements to all patients that have an open balance over 30, 60 or 90 days. Ideally we'd like to simply request this data for all patients with an open balance, but I don't think...
- Fri Aug 25, 2023 10:25 am
- Forum: API
- Topic: PayPlans POST enhancement requests
- Replies: 4
- Views: 6535
- Fri Aug 25, 2023 8:36 am
- Forum: API
- Topic: PayPlans POST enhancement requests
- Replies: 4
- Views: 6535
PayPlans POST enhancement requests
Two enhancement requests: Is it possible for PayPlans POST to gives us a JSON response instead of text? We've done some work with PayPlans POST Dynamic already which gives us JSON responses and would love for these two to be the same. Is it possible to have the PayPlans POST response include the pay...
- Wed Jul 05, 2023 12:38 pm
- Forum: API
- Topic: Payments POST - set payType
- Replies: 18
- Views: 23968
Re: Payments POST - set payType
Awesome! Thank you! Do you know how long it typically takes for versions to go from beta to full release? I know I'm going to have clients who don't want to run a beta version so if there's any ballpark I can give them that would be great. Thanks!
- Wed Jul 05, 2023 6:23 am
- Forum: API
- Topic: Prepayments for dynamic payment plans
- Replies: 6
- Views: 10160
Re: Prepayments for dynamic payment plans
Is there a target release date for this? Thanks!
- Wed Jul 05, 2023 6:23 am
- Forum: API
- Topic: Payments POST - set payType
- Replies: 18
- Views: 23968
Re: Payments POST - set payType
Is there a target release date for this yet? Thanks.
- Tue May 30, 2023 9:58 am
- Forum: API
- Topic: Payments POST - set payType
- Replies: 18
- Views: 23968
Re: Payments POST - set payType
I'm wondering if there's an update on this one? Thanks!
- Thu May 25, 2023 6:32 am
- Forum: API
- Topic: Prepayments for dynamic payment plans
- Replies: 6
- Views: 10160
Re: Prepayments for dynamic payment plans
I'm wondering if there's any update on this? Thanks!
- Wed Apr 12, 2023 12:29 pm
- Forum: API
- Topic: Prepayments for dynamic payment plans
- Replies: 6
- Views: 10160
Prepayments for dynamic payment plans
We've got dynamic payment plans working pretty well via the API but we are struggling with prepayments. I'm sure it's a setting we're missing somewhere, but when a patient does a prepayment and we post this, it sits as a prepayment rather than being associated with the payment plan. Originally we th...
- Tue Apr 11, 2023 12:25 pm
- Forum: API
- Topic: Payments POST - set payType
- Replies: 18
- Views: 23968
Re: Payments POST - set payType
Awesome! Our clients are going to be very excited about this. Appreciate you hearing us out and adding this to your feature list.
- Wed Apr 05, 2023 9:28 am
- Forum: API
- Topic: Payments POST - set payType
- Replies: 18
- Views: 23968
Re: Payments POST - set payType
This is what I'm hearing from my clients. They want more granularity in what we're posting - it makes sense that yes, it's all API, however, they want to know more than just 'came from API'. Because we offer more than just one payType, they want to see that reflected when we post back. It's the leve...
- Tue Apr 04, 2023 9:58 am
- Forum: API
- Topic: Payments POST - set payType
- Replies: 18
- Views: 23968
Re: Payments POST - set payType
Sadly that really doesn't help us - we're the ones that need to dictate what the pay type is, and it will vary (ie sometimes it's cash payment, sometimes a check, etc.) and thus depending on what the payment it, we'd like to post with the right payType, rather than whatever the API is set to. It'd b...
- Tue Apr 04, 2023 8:37 am
- Forum: API
- Topic: Payments POST - set payType
- Replies: 18
- Views: 23968
Payments POST - set payType
When POSTing a payment we'd like to be able to set the payType based on how the patient has actually paid. We figured out we can create/GET payTypes via definitions but then realized we can't actually use any payTypes we've created when posting various payments.