curl -X GET 'https://crypto-api.yativo.com/api/yativo-card/yvc_01HX9KZMB3F7VNQP8R2WDGT4EI/transactions/dispute-reasons' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"status": "success",
"message": "Dispute reasons retrieved successfully",
"data": [
{
"reason_code": "unauthorized",
"description": "I did not authorize this transaction"
},
{
"reason_code": "not_received",
"description": "Goods or services not received"
},
{
"reason_code": "duplicate",
"description": "Duplicate charge for the same transaction"
},
{
"reason_code": "incorrect_amount",
"description": "Amount charged was incorrect"
},
{
"reason_code": "credit_not_processed",
"description": "Expected credit or refund not processed"
}
]
}
Retrieve the list of available reason codes for filing a transaction dispute
curl -X GET 'https://crypto-api.yativo.com/api/yativo-card/yvc_01HX9KZMB3F7VNQP8R2WDGT4EI/transactions/dispute-reasons' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"status": "success",
"message": "Dispute reasons retrieved successfully",
"data": [
{
"reason_code": "unauthorized",
"description": "I did not authorize this transaction"
},
{
"reason_code": "not_received",
"description": "Goods or services not received"
},
{
"reason_code": "duplicate",
"description": "Duplicate charge for the same transaction"
},
{
"reason_code": "incorrect_amount",
"description": "Amount charged was incorrect"
},
{
"reason_code": "credit_not_processed",
"description": "Expected credit or refund not processed"
}
]
}
Bearer YOUR_ACCESS_TOKENcurl -X GET 'https://crypto-api.yativo.com/api/yativo-card/yvc_01HX9KZMB3F7VNQP8R2WDGT4EI/transactions/dispute-reasons' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"status": "success",
"message": "Dispute reasons retrieved successfully",
"data": [
{
"reason_code": "unauthorized",
"description": "I did not authorize this transaction"
},
{
"reason_code": "not_received",
"description": "Goods or services not received"
},
{
"reason_code": "duplicate",
"description": "Duplicate charge for the same transaction"
},
{
"reason_code": "incorrect_amount",
"description": "Amount charged was incorrect"
},
{
"reason_code": "credit_not_processed",
"description": "Expected credit or refund not processed"
}
]
}