Skip to main content
GET
/
payment
/
resolve
Resolve overpaid Transaction
curl --request GET \
  --url https://staging-biz.coinprofile.co/v2/payment/resolve
{
  "success": true,
  "message": "<string>"
}

Query Parameters

id
string
required

The ID of the unresolved transaction

option
enum<string>
required

This is the way you want the transaction to be completed. Either refundExcess or PayAll option

Available options:
refundexcess,
payall

Response

200 - application/json

Success

success
boolean
message
string