---
title: "debit-card/aft/pull-funds"
method: POST
path: "/debit-card/aft/pull-funds"
tags: ["Debit Card Endpoints"]
---

# debit-card/aft/pull-funds

`POST /debit-card/aft/pull-funds`

This endpoint is used to instantly pull funds from your debit card linked to the provided CardToken to fund your VoPay account.

 If a ClientAccountID is provided, the client account's default card will be used for the transaction.

Note: You must first generate a CardToken using the /debit-card/generate-embed-url endpoint.

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `TransactionID` integer, required — The unique ID of the transaction that was just submitted.

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
