RefundRejectReason
- Schema
- Example
rejectReason
OptionalString
Free-text reason Originator VASP provides when `decision = REJECT` on API 4 / callback 22. Required only when decision is REJECT.
Min Length0
Max Length1024
Example
Originator VASP does not currently support refunds for the requested asset/network combination
rejectReasonType
OptionalString
Machine-readable reject-reason category. Reuses RefundReasonTypeEnum value space (UNIDENTIFIED_ORIGINATOR / ORIGINATOR_TRAVEL_RULE_INCOMPLETE / SCREENING_CHECK_TRIGGERED / OTHER). Required only when decision is REJECT.
Min Length0
Max Length64
Example
OTHER
{
"rejectReason": "Originator VASP does not currently support refunds for the requested asset/network combination",
"rejectReasonType": "OTHER"
}