Generate Receipt
GET /wires/{wireId}/receipt
GET
/wires/{wireId}/receipt
Generate a transaction receipt for a completed wire transfer.
Authorizations
Parameters
Path Parameters
wireId
required
string format: uuid
Wire transfer ID
Responses
200
Transaction receipt
object
receiptId
Unique identifier for the receipt
string
RCPT-12345
wireId
Wire transfer ID
string format: uuid
123e4567-e89b-12d3-a456-426614174000
date
Date of the receipt
string format: date-time
2023-10-01T12:30:00Z
type
Type of transaction
string
on-ramp
sourceAmount
Amount in source currency
string
1000.00
sourceCurrency
Source currency code
string
USD
destinationAmount
Amount in destination currency
string
998.50
destinationCurrency
Destination currency code
string
USDC
status
Status of the wire
string
completed
reference
Reference number
string
Invoice-12345
fees
Fees charged
string
1.50
400
Bad Request
object
message
string
Invalid input data
details
string
Source amount must be a valid number
404
Resource Not Found
object
message
string
Wire transfer not found
details
string
No wire transfer found with ID 123e4567-e89b-12d3-a456-426614174000