---
title: "Block test payment data"
method: POST
path: "/testPaymentData/{id}/block"
tags: ["Service"]
---

# Block test payment data

`POST /testPaymentData/{id}/block`

## Path parameters

- `id` string, required

## Response `200`

OK

- object
  - `id` string — Unique test payment ID
  - `type` string — Test payment data type
  - `emulate3ds` boolean — Set to <b>true</b> to emulate the 3DS or SCA authentication process for this transaction
  - `number` string — Test payment data
  - `balance` integer — Test payment data balance
  - `blocked` boolean — Set to <b>true</b> to emulate blocked payment amount
  - `allowedIps` string[] — List of allowed IPs
  - `createdAt` integer — Date when test payment details were created
  - `updatedAt` integer — Date when test payment details were updated
  - `comment` string — Comment for additional context

## Other responses

- `401` — Unauthorized
- `404` — Not found
- `500` — Internal Server Error

---

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