Jump to Content
VR pay secure
HomeGuidesAPI Reference
v1.0

VR Payment HomeCreate a free AccountVR pay secure
API Reference
VR Payment HomeCreate a free Account
v1.0
All
Pages
Start typing to search…

REST API

  • Getting started
  • Check your signatureget
  • Errors

PayMent Link

  • Retrieve a payment linkget
  • Create a payment linkpost
  • Remove a payment linkdelete

Subscriptions

  • Login a subscription customerpost
  • Create a new subscriptionpost
  • Update a subscriptionput
  • Remove a subscriptiondelete

Gateway

  • Retrieve a VR pay secure Gatewayget
  • Create a VR pay secure Gatewaypost
  • Delete a VR pay secure Gatewaydelete

Transaction

  • Retrieve a Transactionget
  • Retrieve Transactionsget
  • Charge a Pre-Authorized / Reserved Transactionpost
  • Refund a Transactionpost
  • Capture a Transactionpost
  • Delete a Reserved Transactiondelete

Design (Look & Feel)

  • Retrieve a Designget
  • Retrieve Designs
  • Create a Designpost
  • Update a Designpost
  • Delete a Designdelete

Payment Provider

  • Retrieve all Payment Providersget

QR Code

  • Retrieve a QR Codeget
  • Create a QR Codepost
  • Delete a QR Codedelete
  • Delete a QR Code Scandelete

Update a Design

post http://api.vr-pay-secure.de/v1.0/Design/:uuid/

Note for NodeJS: You need to install the following modules:
npm i axios crypto-js qs

Language