create a dispute
POST https://{{environment}}.bond.tech/api/v0.1/disputes
Retrieve Card to Card Transfer
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | ||
per_page | number |
Request Body
{"customer_id"=>"{{customer_id}}", "transaction_id"=>"{{transaction_id}}", "email"=>"no-reply@bond.tech", "phone"=>"1234567890", "dispute_reason"=>"FRAUD", "dispute_details"=>"card stolen", "file_attachments"=>[{"filename"=>"screenshot", "file"=>"ewogICJkaXNwdXRlX2lkIjogIjA2YzMzZTMxLTA4MTEtNDZhZC05NTg4LTljNWQwOTUzNzM3MiIsCiAgImRpc3B1dGVfc3RhdHVzIjogInN1Ym1pdHRlZCIKfQ=="}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Identity | string |