Refunding card payments

Get all refunds for a payment

Return refunds for a payment. The Authorisation token needs to be specified in the 'authorization' header as 'authorization: Bearer YOUR_API_KEY_HERE'

get/v1/payments/{paymentId}/refunds

Path parameters

paymentIdstring required

Response

OK

payment_idstring

Example response

{
  "payment_id": "hu20sqlact5260q2nanm0q8u93",
  "_links": {
    "self": {
      "href": "https://an.example.link/from/payment/platform",
      "method": "GET"
    },
    "payment": {
      "href": "https://an.example.link/from/payment/platform",
      "method": "GET"
    }
  },
  "_embedded": {
    "refunds": [
      {
        "refund_id": "act4c33g40j3edfmi8jknab84x",
        "created_date": "2017-01-10T16:52:07.855Z",
        "amount": 120,
        "_links": {
          "self": {
            "href": "https://an.example.link/from/payment/platform",
            "method": "GET"
          },
          "payment": {
            "href": "https://an.example.link/from/payment/platform",
            "method": "GET"
          }
        },
        "status": "success",
        "settlement_summary": {
          "settled_date": "2016-01-21"
        }
      }
    ]
  }
}

Changes

Changed in 7 of the 50 revisions of this API.418

    • ▲

      removed the media type application/json for the response with the status

      response-media-type-removed

    • ▲

      removed the media type application/json for the response with the status

      response-media-type-removed

    • ▲

      removed the media type application/json for the response with the status

      response-media-type-removed

    • ▲

      removed the media type application/json for the response with the status

      response-media-type-removed

    • ○

      the endpoint scheme security Authorization was added to the API

      api-security-added

    • ○

      the endpoint scheme security BearerAuth was removed from the API

      api-security-removed

    This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      the endpoint scheme security BearerAuth was added to the API

      api-security-added

    • ○

      the endpoint scheme security Authorization was removed from the API

      api-security-removed

    • ○

      added the media type application/json for the response with the status

      response-media-type-added

    • ○

      added the media type application/json for the response with the status

      response-media-type-added

    • ○

      added the media type application/json for the response with the status

      response-media-type-added

    • ○

      added the media type application/json for the response with the status

      response-media-type-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      api tag Refunding card payments added

      api-tag-added

    • ○

      api tag Refunding payments removed

      api-tag-removed

    • ○

      api tag Refunding payments added

      api-tag-added

    • ○

      api tag Refunds removed

      api-tag-removed

    • ○

      api operation id getRefunds removed and replaced with Get all refunds for a payment

      api-operation-id-removed

    • ○

      api tag Refunds added

      api-tag-added

    • ○

      api tag refunds removed

      api-tag-removed

    • ○

      api operation id Get all refunds for a payment removed and replaced with getRefunds

      api-operation-id-removed

    • ○

      api tag refunds added

      api-tag-added

    • ○

      api tag Refunding card payments removed

      api-tag-removed