API Needs

For requests or help with our API
Post Reply
mardo
Posts: 6
Joined: Wed Jun 22, 2022 2:34 pm

API Needs

Post by mardo » Thu Oct 19, 2023 10:06 am

I was reviewing the API documentation, and I don't see the ability to:

1) Post a payment that is allocated to procedures
2) Post payments for insurance

Am I missing something in the documentation, and do you know when this is planned if I am?

Thank you,
Marty

SLeon
Posts: 482
Joined: Mon Mar 01, 2021 10:00 am

Re: API Needs

Post by SLeon » Thu Oct 19, 2023 10:25 am

Good morning,
mardo wrote:
Thu Oct 19, 2023 10:06 am
1) Post a payment that is allocated to procedures
See Payments POST documentation.
mardo wrote:
Thu Oct 19, 2023 10:06 am
2) Post payments for insurance
See ClaimPayments POST documentation.

mardo
Posts: 6
Joined: Wed Jun 22, 2022 2:34 pm

Re: API Needs

Post by mardo » Thu Oct 19, 2023 10:54 am

Sleon, Good morning.

I noticed in Payments proc numbers can be passed.

"procNums": [13,14,18]

However what amounts are allocated? In Open Dental you can allocate an amount to a specific procedure.

SLeon
Posts: 482
Joined: Mon Mar 01, 2021 10:00 am

Re: API Needs

Post by SLeon » Thu Oct 19, 2023 11:21 am

Open Dental allows you to allocate an amount to a specific procedure via paysplit, not payment. The API will not support a PaySplits POST or PUT method.

You can use Payments POST. This method allocates money on a FIFO basis. If you want to pay on a different basis, you can call Payments POST with that amount and specify only a single procedure as many times as needed.

Post Reply