Preview payment
POST/api/v1/pay/summary/dry-run
Previews a payment without creating it. BVNK calculates and returns the full payment summary, including the exchange rate, fees, and converted amounts, but does not create a payment or move any funds.
The request body is identical to the Create payment (POST /api/v1/pay/summary) call. The main use case is a payout, so type must be set to OUT. Submit the payout details as a dry run to see the exact conversion rate and amounts your customer would receive before committing to the payment.
When you are ready to move the funds, send the same request to POST /api/v1/pay/summary.
Request
Responses
- 200
- 400
- 500
OK