post https://nexhealth.info/payment_transactions
Create payment transaction
Passing in a payment type
Type_name
is deprecated. Please usepayment_type_id
going forth. When creating payments, it's required to pass in eithertype_name
orpayment_type_id
.
- Webhooks: Creating a payment transaction via the NexHealth API is asynchronous. We recommend subscribing to the payment transaction insertion webhook to get notified when the insert succeeds or fails.
- Transaction id: A single post-payment call may generate multiple payment transactions in the target health record system, especially when a payment is allocated across multiple providers or charges. To track all payments linked to a single API request, use the transaction ID parameter. Note that the transaction ID is for tracking purposes only and will not be visible in the target health record system.