Skip to content

updateRequestedPayment

update requested payment

Arguments

input · updateRequestedPaymentInput · Parameters for updateRequestedPayment

Returns

updateRequestedPaymentPayload

Example

mutation updateRequestedPayment($input: updateRequestedPaymentInput) {
updateRequestedPayment(input: $input) {
messages
requested_payment
}
}