---
title: "PUT /user/{userID}/payment-service-provider-issuer-transaction/{itemId}"
method: PUT
path: "/user/{userID}/payment-service-provider-issuer-transaction/{itemId}"
tags: ["payment-service-provider-issuer-transaction"]
---

# PUT /user/{userID}/payment-service-provider-issuer-transaction/{itemId}

`PUT /user/{userID}/payment-service-provider-issuer-transaction/{itemId}`

The endpoint for payment service provider issuer transactions

## Path parameters

- `userID` integer, required
- `itemId` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Request body

- PaymentServiceProviderIssuerTransaction
  - `counterparty_alias` Pointer, required
    - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
    - `value` string — The alias value.
    - `name` string — The alias name.
    - `service` string — The pointer service. Only required for external counterparties.
  - `amount` Amount, required
    - `value` string — The amount formatted to two decimal places.
    - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
  - `description` string, required — The description of this transaction, to be shown to the user and to the counter party.
  - `url_redirect` string, required — The url to which the user should be redirected once the transaction is accepted or rejected.
  - `time_expiry` string — The (optional) expiration time of the transaction. Defaults to 10 minutes.
  - `status` string — The status of the transaction. Can only be used for cancelling the transaction.

## Response `200`

The endpoint for payment service provider issuer transactions

- PaymentServiceProviderIssuerTransactionUpdate
  - `Id` BunqId
    - `id` integer — An integer ID of an object. Unique per object type.

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

[API](https://skmtc.net/bunq/apis/bunq-api.md) · [All operations](https://skmtc.net/bunq/apis/bunq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunq/bunq-api/revisions/369477c7bd26/schema)
