improved
Payments API response improvements
July 22nd, 2024
In the payments API response, you now receive information about the bills that a payment amount
is applied to.
When you pay a bill with POST /v3/payments
or when you pay multiple bills with one POST /v3/payments/bulk
, you now see a billPayments
object in the response. For each bill payment, the billPayment
object includes the bill payment id
, bill id
, and amount
applied to the bill.
See Payments for more information.