acceptAgreementPaymentRequest
inline suspend fun MarketplaceAgreementClient.acceptAgreementPaymentRequest(crossinline block: AcceptAgreementPaymentRequestRequest.Builder.() -> Unit): AcceptAgreementPaymentRequestResponse
Allows buyers (acceptors) to accept a payment request that is in PENDING_APPROVAL status. Once accepted, the payment request transitions to APPROVED status and the charge will be processed. Buyers can optionally provide a purchase order reference for their internal tracking.
Only payment requests in PENDING_APPROVAL status can be accepted. A ConflictException is thrown if the payment request is in any other status.