Withdrawals
Initiate Withdrawal
mutation {
initiateHostedPayment(
paymentType: withdrawal
amount: 100
currency: usd
countryCode: "NG"
reference: "test_ref_1"
metadata: { customer_id: "" }
redirectUrl: "https://useaccrue.com"
firstName: "Clinton"
lastName: "Mbah"
email: "[email protected]"
) {
id
hostedLink
status
}
}Arguments
Name
Type
Required
Description
Response
Field
Type
Description
Last updated