☑ī¸Process Withdraw

Withdrawal Endpoint

POST https://sandbox.pgecom.com/api/v1/withdraw

Headers

Request Body

{
    "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"
}

Last updated