Get Transfer Reversal by Payment Provider Transfer ID
Path parameters
paypro_transfer_idstringRequired
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
default
default response
application/json
Represents details of a reversal applied to a previously initiated transfer, including status, amount, and reason for the reversal.
idinteger · int64Read-onlyOptional
objectstringOptional
Name of the object that this object represents. This value will always be transfer_reversal.
transferinteger · int64Optional
Unique identifier for the transfer object that was reversed.
statusstring · enumOptionalPossible values:
Status of the transfer.
amountinteger · int64Optional
Amount, in fractional currency unit (e.g. cents), that was reversed.
currencystringOptional
Main currency (e.g. USD) of this transfer reversal.
payprostring · enumOptionalPossible values:
Payment provider that processed this transfer reversal.
date_createdstring · date-timeOptional
Time at which the object was created. In ISO-8601 format.
date_last_modifiedstring · date-timeOptional
Time at which the object was last modified. In ISO-8601 format.
get
/payments/transfers/external/{paypro_transfer_id}/reversalsdefault
default response
Last updated
Was this helpful?