GET
/
payment
/
resolve
curl --request GET \
  --url https://staging-biz.coinprofile.co/v2/payment/resolve
{
  "message": "<string>",
  "success": true
}

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
message
string
success
boolean