For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Cloudflare
    • GETpayload example
    • POSThttps://social-media-posting-dev.deao.workers.dev/post
      • GET9. Get Stripe Main Balance - https://api.stripe.com/v1/balance
      • POST6. Create Local Payout - https://api.stripe.com/v1/payouts
      • POST4. Transfer USD Funds - https://api.stripe.com/v1/transfers
      • POST7. Update Journal Entry (MISC) (Posted) - https://m.musicca.st/json/2/account.move/write
      • POST3. Create Journal Entry (MISC) - https://m.musicca.st/json/2/account.move/create
      • POST1. Get Customer ID - Stripe Connected Account ID - https://m.musicca.st/json/2/res.partner/search_read Copy
      • POST2. Search Existing Journal Entry - https://m.musicca.st/json/2/account.move/search_read
      • POST8. Send Customer Journal Entry Notification... Status - https://m.musicca.st/json/2/account.move/message_post
      • POST10. Create Admin 'Entry' Error Notification - https://m.musicca.st/json/2/account.move/message_post
LogoLogo
CloudflareRoyalties Payout Workflow

  1. Update Journal Entry (MISC) (Posted) - https://m.musicca.st/json/2/account.move/write

||View as Markdown|
POST
/json/2/account.move/write
POST
/json/2/account.move/write
$curl -X POST https://graph.facebook.com/json/2/account.move/write \
> -H "Content-Type: application/json" \
> -d "{
> \"ids\": [
> {{id}} // ID of the previous Journal Entry (MISC) found/step 2 or created/step 3
> ],
> \"vals\": {
>
> \"state\": \"posted\",
> \"ref\": \"Royalty Payout Request: {{reference}} ({{date}})\" //'reference' and 'date' value from incoming json
> }
>}"
200Successful
1{}
Was this page helpful?
Previous

4. Transfer USD Funds - https://api.stripe.com/v1/transfers

Next

3. Create Journal Entry (MISC) - https://m.musicca.st/json/2/account.move/create

Built with

Request

This endpoint expects a string.

Response

Successful response
  1. Transfer USD Funds - https://api.stripe.com/v1/transfers
  1. Create Journal Entry (MISC) - https://m.musicca.st/json/2/account.move/create