Skip to content

Instantly share code, notes, and snippets.

@philiplambok
Created June 10, 2020 03:29
Show Gist options
  • Save philiplambok/3fd308b342b36dffbeceead46c0a5183 to your computer and use it in GitHub Desktop.
Save philiplambok/3fd308b342b36dffbeceead46c0a5183 to your computer and use it in GitHub Desktop.

GET /api/v2/manual_confirmations

{
  "data": [
    {
      "id": "sample",
      "type": "manual_confirmation",
      "attributes": {
        "id": "sample",
        "transaction_id": "",
        "bank": "",
        "account_number": "",
        "amount": 1000000,
        "amount_formatted": "Rp. 100.000,00",
        "attachment_file_url": "",
        "notes": "",
        "transaction_date": "",
        "jurnal_payment_id": "",
        "status": ""
      },
    }
  ],
  "meta": {
    "total_pages": 100,
    "total_items": 100,
    "total_amounts": 5000000,
    "total_amounts_formatted" "RP. 500.000,00"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment