Check an outbound payout immediately before authorization to catch changed destinations, d
Check an outbound payout immediately before authorization to catch changed destinations, duplicate payments, amount or currency drift, and malformed payment details.
50000 (raw units)
price
3
calls / 30d
2
unique payers
2026-09-03
updated
Provider
api.vrsai.tech · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x6746dFF7bDB1ED4940DBe50024795AD97CbA09Af",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "EiJRESZjUCUufSjSb5iDmikXXeKa3C1gQwYCZR4xFocj",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "50000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"history": {
"completeness": "complete",
"entries": [
{
"amount_minor": "150000",
"currency": "EUR",
"destination": {
"iban": "PT50000201231234567890154",
"scheme": "iban"
},
"occurred_at": "2026-01-14T09:00:00Z",
"reference": "INV-2025-4410"
}
]
},
"payout": {
"amount_minor": "185000",
"beneficiary_id": "supplier_123",
"currency": "EUR",
"destination": {
"iban": "PT50000201231234567890154",
"scheme": "iban"
},
"payout_id": "pay_8831",
"rail": "sepa_credit_transfer",
"reference": "INV-2026-8831"
},
"trusted_baseline": {
"beneficiary_id": "supplier_123",
"currency": "EUR",
"destination": {
"iban": "PT50000201231234567890154",
"scheme": "iban"
},
"expected_amount_minor": "185000",
"rail": "sepa_credit_transfer"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"candidate": {
"amount_minor": "185000",
"beneficiary_id": "supplier_123",
"currency": "EUR",
"destination_fingerprint": "sha256:5546cc5c8e73ac86f8251a94c345ee548e1a4f5bde7bf10e6fb2e12dec95c620",
"destination_scheme": "iban",
"payout_fingerprint": "sha256:c2219e731b7102ae397b1e09195a2fd73d5896778452fba41bc23ba090c7be71",
"payout_id": "pay_8831"
},
"checks": [
{
"evidence": {
"checksum_valid": true,
"country": "PT",
"country_length_checked": true,
"iban_masked": "…0154",
"scheme": "iban"
},
"id": "destination_structural_validity",
"status": "PASS"
},
{
"evidence": {
"form": "raw",
"supplied": true
},
"id": "trusted_baseline_presence",
"status": "PASS"
},
{
"evidence": {
"changed": false,
"compared": true
},
"id": "destination_match",
"status": "PASS"
},
{
"evidence": {
"changed": false,
"compared": true
},
"id": "beneficiary_id_match",
"status": "PASS"
},
{
"evidence": {
"changed": false,
"compared": true
},
"id": "currency_match",
"status": "PASS"
},
{
"evidence": {
"changed": false,
"compared": true
},
"id": "rail_match",
"status": "PASS"
},
{
"evidence": {
"compared": false
},
"id": "reference_match",
"status": "PASS"
},
{
"evidence": {
"compared": false
},
"id": "purpose_code_match",
"status": "PASS"
},
{
"evidence": {
"compared": false
},
"id": "bic_match",
"status": "PASS"
},
{
"evidence": {
"delta_minor": "0"
},
"id": "expected_amount_match",
"status": "PASS"
},
{
"evidence": {
"compared": false
},
"id": "max_amount_policy",
"status": "PASS"
},
{
"evidence": {
"compared": false
},
"id": "allowed_currency",
"status": "PASS"
},
{
"evidence": {
"compared": false
},
"id": "allowed_destination_scheme",
"status": "PASS"
},
{
"evidence": {
"history_entries_considered": 1
},
"id": "exact_duplicate_payout",
"status": "PASS"
},
{
"evidence": {
"compared": true,
"matched": false
},
"id": "duplicate_reference",
"status": "PASS"
},
{
"evidence": {
"matched": true
},
"id": "destination_first_seen",
"status": "PASS"
}
],
"coverage": {
"checks_not_performed": [
"max_amount_policy",
"allowed_currency_and_scheme_policy",
"bank_account_existence_verification",
"beneficiary_ownership_verification",
"verification_of_payee",
"sanctions_screening",
"aml_screening",
"kyc",
"fraud_scoring",
"payment_settlement_confirmation",
"aba_routing_directory_lookup",
"evm_rpc_or_bytecode_inspection",
"payment_submission"
],
"checks_performed": [
"destination_structural_validity",
"trusted_baseline_comparison",
"expected_amount_policy",
"exact_duplicate_payout",
"duplicate_reference",
"destination_first_seen"
],
"complete_for_declared_scope": true,
"history": "complete",
"trusted_baseline": "raw"
},
"decision": "PROCEED",
"machine_action": "AUTHORIZATION_NOT_BLOCKED_BY_PREFLIGHT",
"reason_codes": [],
"ruleset_version": "payout_preflight_r1"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"offer-receipt": {
"info": {
"offers": [
{
"acceptIndex": 0,
"format": "jws",
"signature": "eyJhbGciOiJFUzI1NiIsImtpZCI6ImRpZDp3ZWI6dnJzYWkudGVjaCNwcm9kdWN0aW9uLTIwMjYtMDgtMTkifQ.eyJhbW91bnQiOiI1MDAwMCIsImFzc2V0IjoiMHg4MzM1ODlmQ0Q2ZURiNkUwOGY0YzdDMzJENGY3MWI1NGJkQTAyOTEzIiwibmV0d29yayI6ImVpcDE1NTo4NDUzIiwicGF5VG8iOiIweDY3NDZkRkY3YkRCMUVENDk0MERCZTUwMDI0Nzk1QUQ5N0NiQTA5QWYiLCJyZXNvdXJjZVVybCI6Imh0dHBzOi8vYXBpLnZyc2FpLnRlY2gvdjEvY2FwYWJpbGl0aWVzL3BheW91dF9wcmVmbGlnaHQiLCJzY2hlbWUiOiJleGFjdCIsInZhbGlkVW50aWwiOjE3ODg0NjE1MTgsInZlcnNpb24iOjF9.8LHiNB3zJu7x8takCZ-43c1BK2DhLVRe8yg5schqiph075kgU5JArtIdfdzmuehTerVPemC5D4_kStMHcIafnQ"
},
{
"acceptIndex": 1,
"format": "jws",
"signature": "eyJhbGciOiJFUzI1NiIsImtpZCI6ImRpZDp3ZWI6dnJzYWkudGVjaCNwcm9kdWN0aW9uLTIwMjYtMDgtMTkifQ.eyJhbW91bnQiOiI1MDAwMCIsImFzc2V0IjoiRVBqRldkZDVBdWZxU1NxZU0ycU4xeHp5YmFwQzhHNHdFR0drWnd5VER0MXYiLCJuZXR3b3JrIjoic29sYW5hOjVleWt0NFVzRnY4UDhOSmRUUkVwWTF2enFLcVpLdmRwIiwicGF5VG8iOiJFaUpSRVNaalVDVXVmU2pTYjVpRG1pa1hYZUthM0MxZ1F3WUNaUjR4Rm9jaiIsInJlc291cmNlVXJsIjoiaHR0cHM6Ly9hcGkudnJzYWkudGVjaC92MS9jYXBhYmlsaXRpZXMvcGF5b3V0X3ByZWZsaWdodCIsInNjaGVtZSI6ImV4YWN0IiwidmFsaWRVbnRpbCI6MTc4ODQ2MTUxOCwidmVyc2lvbiI6MX0.BGxwHhq_gHbcG1NI4zFxhcnG3T5jdMRSVmB_6TJt0Lt_cGR_FsDsIAMBFuFVqHnbQ4AQFSDp4c9inu1Tr6zoiw"
}
]
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"offers": {
"items": {
"properties": {
"acceptIndex": {
"type": "integer"
},
"format": {
"type": "string"
},
"payload": {
"properties": {
"amount": {
"type": "string"
},
"asset": {
"type": "string"
},
"network": {
"type": "string"
},
"payTo": {
"type": "string"
},
"resourceUrl": {
"type": "string"
},
"scheme": {
"type": "string"
},
"validUntil": {
"type": "integer"
},
"version": {
"type": "integer"
}
},
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"type": "object"
},
"signature": {
"type": "string"
}
},
"required": [
"format",
"signature"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"offers"
],
"type": "object"
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"id": {
"maxLength": 128,
"minLength": 16,
"pattern": "^[a-zA-Z0-9_-]+$",
"type": "string"
},
"required": {
"type": "boolean"
}
},
"required": [
"required"
],
"type": "object"
}
}
}Use it
curl
curl "https://api.vrsai.tech/v1/capabilities/payout_preflight" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://api.vrsai.tech/v1/capabilities/payout_preflight");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://api.vrsai.tech/v1/capabilities/payout_preflight")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7286.json, and this resource appears in /discovery/resources and /discovery/search.