Payments for Transaction  [Go SDK]

curl "https://horizon-testnet.stellar.org/transactions/3c8ef808df9d5d240ba0d495629df9da5653b1be2daf05d43b49c5bcbfe099bd/payments"
{
  "_embedded": {
    "records": [
      {
        "_links": {
          "effects": {
            "href": "/operations/46428596473856/effects/{?cursor,limit,order}",
            "templated": true
          },
          "precedes": {
            "href": "/operations?cursor=46428596473856&order=asc"
          },
          "self": {
            "href": "/operations/46428596473856"
          },
          "succeeds": {
            "href": "/operations?cursor=46428596473856&order=desc"
          },
          "transactions": {
            "href": "/transactions/46428596473856"
          }
        },
        "account": "GAKLBGHNHFQ3BMUYG5KU4BEWO6EYQHZHAXEWC33W34PH2RBHZDSQBD75",
        "funder": "GBIA4FH6TV64KSPDAJCNUQSM7PFL4ILGUVJDPCLUOPJ7ONMKBBVUQHRO",
        "id": 46428596473856,
        "paging_token": "46428596473856",
        "starting_balance": 1e+09,
        "type_i": 0,
        "type": "create_account"
      }
    ]
  },
  "_links": {
    "next": {
      "href": "?order=asc&limit=10&cursor=46428596473856"
    },
    "prev": {
      "href": "?order=desc&limit=10&cursor=46428596473856"
    },
    "self": {
      "href": "?order=asc&limit=10&cursor="
    }
  }
}