Refund APIs
Query a refund session and its status. You can use the mutations to reject or resolve a refund session.
In this section
Anchor link to section titled "In this section"refundSessionReject — Rejects an open refund session. After the
refundSessionReject
mutation completes on a given refund session, anyrefundSessionResolve
mutation attempts will fail. SubsequentrefundSessionReject
mutation attempts will succeed, but theRejectionReasonInput
argument will be ignored.refundSessionResolve — Resolves an open refund session. After the
refundSessionResolve
mutation completes on a given refund session, anyrefundSessionReject
mutation attempts will fail. SubsequentrefundSessionResolve
mutation attempts will succeed, but theDetails
argument will be ignored.