PGecom
  • 🚀Introduction
  • 🎯Guides
    • Getting authenticated
  • 📚Concepts
    • Sandbox Environment
  • 🧑‍💻API Endpoint
    • Ecommerce
      • 🛍️Shop
        • GetShopById
        • CreateShop
      • 👔Product
        • ProductSchema
        • GetProductById
        • GetProductBySlug
        • CreateNewProduct
      • 🛒Checkout
        • CreateCheckoutSession
      • Form
        • GetFormById
      • Invoice
        • GetInvoiceById
    • Wordpress Plugin
    • Chrome Extension
    • GiftCards
      • ℹ️Gift Card Schema
      • ✅List giftcards
      • ☑️Order a gift card
      • ☑️Get giftcard
      • ☑️Rates
    • Send rewards
      • ℹ️Rewards Schema
      • ☑️Send rewards
    • Withdraw
      • ℹ️Withdraw Schema
      • ☑️Process Withdraw
      • ☑️Rates
    • Radar
      • ℹ️Radar Schema
      • ☑️Check for Fraudster
    • Top Up
      • ℹ️Topup Schema
      • ☑️Estimate
      • ☑️Send
    • Payment
      • Mon Cash
        • CreateMonCashPayment
        • VerifyMonCashPayment
        • WithdrawToMonCashEstimate
        • WithdrawFundsToMonCash
      • PG Pay
        • ConfigurePGPay
        • CreatePGPayPayment
        • VerifyPGPaymentWithToken
        • VerifyPGPaymentWithOrderId
    • Deprecated
      • Card Holder
        • ℹ️Card Holder Schema
        • ☑️Update
      • Card
        • ℹ️Card Schema
        • ✅Retrieve a single card
        • ✅List cards
        • ☑️Create a card
        • ☑️Create Customer
  • 🎓Resources
    • Support
    • Production Access
Powered by GitBook
On this page

Was this helpful?

  1. API Endpoint

Withdraw

Send funds from your pgecom balance to

  • MonCash

  • NatCash

  • PayPal

  • CashApp

  • Zelle

  • Wise

  • Sogebank

  • BNC

  • BUH

  • Unibank

  • Payoneer

  • PGecom

  • etc

You can choose between different currency (htg or usd) to send the funds

Withdraw Response
{
    "newBalance": 638.64,
    "sender": "info@pgecom.com",
    "receiver": "info@pgecom.com",
    "orderId": "a1d52cce-2f80-448f-bfe8-b9c95ed1f2db",
    "amount": 5,
    "gourdes": 660,
    "userFee": 0.15,
    "userID": "5f56dfa3-a415-4818-8275-44fc63ece3fd",
    "deliveryMethod": "standard",
    "transactionType": "moncash_withdraw",
    "currency": "usd",
    "status": "processing",
    "metadata": {
        "currency": "usd"
    },
    "id": "028ed5e0-30ae-43de-8e94-6254c55e8ccb",
    "platform": "pgrewards",
    "createdAt": "2024-06-03T22:47:35.538Z",
    "updatedAt": "2024-06-03T22:47:35.538Z",
    "delivery": "standard"
}
PreviousSend rewardsNextWithdraw Schema

Last updated 11 months ago

Was this helpful?

🧑‍💻