WSPN
Language
  • English
Version
  • V1.0
HomeWallet
Language
  • English
Version
  • V1.0
HomeWallet
Twitter
Telegram
Linkedin
  1. Transaction
  • Introduction
  • Get Started
  • Signature
  • What is WUSD
  • Webhook Service
  • Sandbox Environment
  • Blockchain Confirmations
  • Appendix
  • API Keys
  • Core Functionality
    • Core Functionality
    • Quickstart: Deposit via Blockchain Wallet
    • Quickstart: Withdraw via Blockchain Wallet
    • Quickstart: Deposit via Funds Transfer
    • Quickstart: Withdraw to Bank
  • Api Reference
    • Authentication
      • Get Access Token
      • Refresh Access Token
    • Wallet
      • Address
        • Get Deposit Address
        • Add Whitelist Address
        • Get Whitelist Address
        • Delete Whitelist Address
      • Remit Info
        • Get Deposit Remit Info
        • Add Remit Info
        • Edit Remit Info
        • Get Remit Info
        • Delete Remit Info
      • Transaction
        • Get Balance
          POST
        • Create Fiat Deposit
          POST
        • Create Fiat Withdraw
          POST
        • Create Crypto Withdraw
          POST
        • Get Fiat Transaction
          GET
        • Get Exchange Rate
          POST
        • Create Mint/Redeem
          POST
        • Mint/Redeem History
          POST
        • Get Mint Redeem Receipt
          POST
        • Get Fiat Transaction Receipt
          POST
        • Get Crypto Transaction Receipt
          POST
  1. Transaction

Get Mint Redeem Receipt

Developing
POST
/openapi/v1/mint-redeem/receipt/{id}
This API generates a PDF receipt for completed mint-redeem transaction, providing
a downloadable document with the transaction details.
FieldTypeRequiredMax LengthDescription
idNumberY2^63 - 1Mint-Redeem Id

Request

Path Params
id
number 
required
Mint-Redeem Id

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://wallet.test.wspn.io/openapi/v1/mint-redeem/receipt/'

Responses

🟢200OK
application/pdf
Output pdf file
Headers
Content-Type
string 
optional
Example:
application/pdf
Content-Disposition
string 
optional
Example:
attachment; filename="Mint-Redeem-24121001520241211000504.pdf"
content-length
number 
optional
Example:
349724
Body
object {0}
Example
Content-Type: application/pdf
Content-Disposition: attachment; filename="Mint-Redeem-241210015
20241211000504.pdf"
content-length: 349724
Previous
Mint/Redeem History
Next
Get Fiat Transaction Receipt
Built with