---
title: "Accept Collection Request"
method: POST
path: "/receive/{id}/accept"
---

# Accept Collection Request

`POST /receive/{id}/accept`

Accept a collection request for execution.

## Path parameters

- `id` string, required

## Request body

- unknown

## Response `200`

200

- object
  - `partnerId` string
  - `currency` string
  - `rate` number
  - `bankInfo` object
    - `name` string
    - `accountNumber` string
    - `accountName` string
  - `status` string
  - `createdAt` string
  - `source` object
    - `accountNumber` string
    - `networkId` string
    - `accountType` string
  - `sequenceId` string
  - `country` string
  - `reference` string
  - `convertedAmount` number
  - `recipient` object
    - `country` string
    - `address` string
    - `idType` string
    - `phone` string
    - `dob` string
    - `name` string
    - `idNumber` string
    - `email` string
  - `channelId` string
  - `expiresAt` string
  - `updatedAt` string
  - `amount` integer
  - `id` string
  - `depositId` string

## Other responses

- `400` — 400
- `404` — 404
- `500` — 500

---

[API](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api.md) · [All operations](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yellowcard/yellow-cards-payment-api/versions/516d251059cc/schema)
