---
title: "POST /receive-accounts"
method: POST
path: "/receive-accounts"
---

# POST /receive-accounts

`POST /receive-accounts`

## Request body

- object
  - `alias` string, required — Must contain only letters and numbers — no spaces or special characters
  - `fiat` 'MXN' | 'ARS' | 'COP' | 'BRL', required

## Response `200`

- object
  - `fiat` string, required
  - `status` 'pending' | 'failed' | 'active' — Current status of the virtual account. It will initially be `pending` and eventually either `active` or `failed`.
  - `alias` string

---

[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/revisions/516d251059cc/schema)
