Get wallet payment status
Check a wallet payment using its transactionId. Returns the current transaction status, amount and update time. Use after checkout to confirm processing; a checkout link alone does not confirm payment.
/v1/agencies/{agencyId}/wallet/payments/{transactionId}Check a wallet payment using its transactionId. Returns the current transaction status, amount and update time. Use after checkout to confirm processing; a checkout link alone does not confirm payment.
Authorization
bearerAuth In: header
Path Parameters
1 <= length1 <= length <= 256Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/agencies/string/wallet/payments/string" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": { "transactionId": "string", "status": "PENDING", "amount": "string", "updatedAt": "string" }, "meta": { "requestId": "string" }}Request creator payouts POST
Request payouts for the selected creator balances. This moves funds through the platform's payout process; inspect per-creator results and payout history before assuming completion.
List fan messages GET
Read messages between one creator and fan, with pagination and ordering filters. Follow the returned next or previous cursor to retrieve more of the conversation.