cURL
prepaid
curl --request POST \ --url https://business.bfinance.app/external/api/disputes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "cardId": "65f1c2a...", "transactionId": "txn_12345", "textEvidence": "I did not authorize this transaction. Merchant did not deliver goods.", "files": [ "https://files.example.com/evidence1.png" ] } '
200
Example
{ "status": "success", "data": { "id": "<string>", "status": "pending", "textEvidence": "<string>", "files": [ "<string>" ], "createdAt": "2023-11-07T05:31:56Z" } }
Creates a dispute for a card transaction.
JWT authentication token
Prepaid/budget card ID
Transaction ID
10 - 65535
Optional file URLs attached as evidence
Dispute created successfully.
"success"
Show child attributes
Was this page helpful?
Contact support