Updates a payment with the APPROVED status.
PUT
/v2/payments/{payment_id}
Updates a payment with the APPROVED status.
You can update the amount_money
and tip_money
using this endpoint.
Guide
A unique string that identifies this UpdatePayment
request. Keys can be any valid string but must be unique for every UpdatePayment
request.
For more information, see Idempotency.