Skip to main content
POST
/
pms
/
api
/
external
/
request
/
virtual-cards
/
fees
/
quote
Card Fee Quote
curl --request POST \
  --url https://api.payvessel.com/pms/api/external/request/virtual-cards/fees/quote/ \
  --header 'Content-Type: <content-type>' \
  --header 'api-key: <api-key>' \
  --header 'api-secret: <api-secret>' \
  --data '
{
  "fee_type": "funding",
  "amount_usd": "50.00"
}
'
{
  "status": true,
  "message": "<string>",
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.payvessel.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

api-key
string
required

Your Payvessel public API key

api-secret
string
required

Your Payvessel secret

Content-Type
enum<string>
required

Request content type

Available options:
application/json

Body

application/json
fee_type
enum<string>
required

Fee type to calculate

Available options:
issuance,
funding,
withdrawal,
spend,
maintenance,
cross_border,
chargeback,
decline
amount_usd
string

Principal USD amount (required for funding, cross_border)

Response

Quote calculated

status
boolean
message
string
data
object