Skip to main content
GET
/
v1
/
platform
/
businesses
/
{business_id}
/
vendor-refunds
/
payments
/
{vendor_refund_payment_id}
Get vendor refund payment details
curl --request GET \
  --url https://sandbox.thredfi.com/v1/platform/businesses/{business_id}/vendor-refunds/payments/{vendor_refund_payment_id}/ \
  --header 'Authorization: Bearer <token>'
{
  "refund": {},
  "payment": {},
  "allocations": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Business-scoped JWT token. Token payload includes business_id to automatically scope requests. Format: Bearer <your-jwt-token>

Use this for: Business-specific operations where the business context is embedded in the token.

Path Parameters

business_id
string<uuid>
required

Business UUID

vendor_refund_payment_id
string<uuid>
required

Vendor Refund Payment UUID

Response

Serializer for vendor refund payment create/update responses.

This serializer formats the response data for successful refund payment creation operations. Renamed from VendorRefundPaymentResponseSerializer to avoid naming conflict with vendor_refund_serializers.py.

refund
object
required

Complete refund information

payment
object
required

Payment information

allocations
object[]
required

List of allocations created