Get a creator's checkout-link payment by invoice number
Fetch a single checkout-link payment by its Fanvue invoiceNumber, scoped to the specified creator. Returns 404 if the payment does not exist or does not belong to this creator.
read:creator— Access creator profiles, content, and creator-specific information.
Authorizations
OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.
Headers
API version to use for the request
"2025-06-26"
Path Parameters
Fanvue payment identifier (invoice number).
Response
The checkout-link payment
Fanvue's unique payment identifier. Use this as the idempotency key for fulfilment.
Settlement status of the payment.
pending, succeeded, failed What the payment was for: a one-off purchase, the first payment of a subscription, or a subscription renewal. Matches the billing_reason on the checkout_link.payment.* webhook.
one_time, subscription_initial, subscription_renewal The merchant-supplied reference passed at checkout via ?client_reference_id=. Use it to match the payment to your own order/customer.
Gross amount the buyer paid, in minor units.
Creator net amount after fees, in minor units.
ISO currency code of the amounts.
Payment processor transaction reference.
When the payment was created.
When the payment settled, if it did.
Arbitrary merchant metadata passed at checkout via ?metadata[key]=value.