POST
/
api
/
v1
/
virtual-payment
/
get-temporary-vaccount
cURL
curl --request POST \
  --url https://demoapi.saasphereltd.com/api/v1/virtual-payment/get-temporary-vaccount \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reference": "architecto",
  "amount": 4326.41688
}
'

Authorizations

Authorization
string
header
required

Paste only the token (no "Bearer " prefix).

Body

application/json
reference
string
required
Example:

"architecto"

amount
number | null
Example:

4326.41688