Process payment result for the user

POST /api-v1/billing/pay-result

Headers

Body Required

paymentResult

Responses

POST /api-v1/billing/pay-result
curl \
 -X POST http://wyzio.app/api-v1/billing/pay-result \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string" \
 -d '{"paymentId":"string","success":true}'
Request example
# Headers
TARGET-ORGANIZATION-ID: 42
WEAL-TOKEN: string

# Payload
{
  "paymentId": "string",
  "success": true
}
Response examples (200)
{}