Bunq User Payment Service Provider Item API

The Bunq User Payment Service Provider Item API allows users to access and manage their payment service provider items through the Bunq platform. This API enables users to view details of their items, update payment provider data, and monitor transaction activity. By integrating with the API, businesses and individuals can streamline their payment processes, ensuring that their payment provider items are always up-to-date and accurate.

OpenAPI Specification

bunq-user-payment-service-provider-itemid--openapi-original.yml Raw ↑
openapi: 3.0.0
info:
  title: 'Bunq user-payment-service-provider/{itemId}/'
  description: Needs description.
  termsOfService: http://bunq.com/terms-api/
  contact:
    name: bunq Developer Support
    url: http://bunq.com/developer
  license:
    name: Apache 2.0
    url: https://www.apache.org/licenses/LICENSE-2.0.html
  version: '1.0'
servers:
  - url: https://public-api.sandbox.bunq.com/{basePath}
    description: Sandbox server
    variables:
      basePath:
        default: v1
  - url: https://api.bunq.com/{basePath}
    description: Production server
    variables:
      basePath:
        default: v1
components:
  schemas: {}
paths: {}
tags: []