GET
/
admin
/
commitment
/
{commitment_id}
/
donation
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/commitment/{commitment_id}/donation \
  --header 'Authorization: Bearer <token>'
{
  "commitment": {},
  "details": {
    "designation_name": "<string>",
    "amount": 123,
    "method": "<string>",
    "frequency": "<string>",
    "currency_symbol": "<string>",
    "frequency_total": 123
  },
  "dntns": {},
  "useCC": true,
  "donorCardActive": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

commitment_id
integer
required

ID of the commitment

Response

200
application/json
Successful operation
commitment
object
details
object
dntns
object
useCC
boolean
donorCardActive
boolean