List payment references for a deal

GET/api/deals/deal/{dealId}/all-payment-references

Path parameters

  • dealIdstringRequired#
    Unique identifier of the deal.

Responses

200Payment references for the deal.ObjectResponse
{}
401Unauthorized.Error
403Forbidden.Error
404Deal not found.Error
curl https://your-url.com/kong/core/api/gateway/api/deals/deal/{dealId}/all-payment-references\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"