Deposits
Last updated
mutation {
initiateRampQuoteDeposit(rampQuote: "quote_id", reference: "order_123", phoneNumber: "", bankAccountNumber: "", onchainTransferInfo: { address: "0x1234567890abcdef1234567890abcdef12345678", cryptocurrency: "usd_tether", network: "celo" }) {
id
status
agent
paymentDetails
exchangeRate
amountLocal
amountUsd
expiresAt
}
}mutation {
markDepositAsPaid(
paymentRequest: "deposit_id"
receipt: "https://example.com/receipt.png"
)
}mutation {
cancelDeposit(paymentRequest: "deposit_id")
}