getAgreementPaymentRequest
inline suspend fun MarketplaceAgreementClient.getAgreementPaymentRequest(crossinline block: GetAgreementPaymentRequestRequest.Builder.() -> Unit): GetAgreementPaymentRequestResponse
Retrieves detailed information about a specific payment request. Both sellers (proposers) and buyers (acceptors) can use this operation to view payment requests associated with their agreements. The response includes the current status, charge details, timestamps, and the charge ID if the request has been approved.
The calling identity must be either the acceptor or proposer of the payment request. A ResourceNotFoundException is returned if the payment request does not exist.