You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: The current url to donate via the fundraising page on BetterNow. This can, and does, change. Requests to old urls will be redirect to the current url.
|**fundraiser_type**|*string*| The type of the fundraiser on BetterNow<br/> **one of:**`"birthday"` or `"anniversary"` or `"in_memory_of"` or `"sports_event"` or `"corporate"` or `"cultural_event"` or `"sponsorable"` or `"tribute_fund"` or `"other"`|`"birthday"`|
971
+
|**fundraiser_type**|*string*| The type of the fundraiser on BetterNow<br/> **one of:**`"birthday"` or `"anniversary"` or `"in_memory_of"` or `"sports_event"` or `"corporate"` or `"cultural_event"` or `"sponsorable"` or `"tribute_fund"` or `"live_stream"` or `"crowdfunding"` or `"door_to_door"` or `"personal"` or `"other"`|`"birthday"`|
972
972
|**funeral_date**|*date*| The date of the funeral for the person who a tribute_fund fundraiser is honoring. |`"2012-01-01"`|
973
973
|**goal:cents**|*integer*| Numeric amount in cents |`1234500`|
974
974
|**goal:currency**|*string*| 3 character currency code, as specified in ISO 4217<br/> **pattern:**`^([A-Z]{3})$`|`"EUR"`|
@@ -986,9 +986,9 @@ Detailed information about a single Fundraising Page on BetterNow.org
986
986
|**[project:id](#resource-common)**|*string*| Unique identifier of project |`1234567`|
987
987
|**[project:name](#resource-common)**|*string*| The name of the Project |`"HelpNows generelle arbejde"`|
|**qr_urls:fundraiser_qr_url**|*string*| A QR code in PNG format for the fundraiser page. |`"https://example.org/qr.png"`|
990
-
|**qr_urls:mobile_donation_qr_url**|*string*| A QR code in PNG format for the mobile donation form. For fundraisers with a Mobilepay Myshop number it is a Myshop url, for fundraisers using vipps epayment it is a Vipps url, otherwise it is our short mobile donation form. |`"https://example.org/qr.png"`|
991
-
|**qr_urls:standard_donation_qr_url**|*string*| A QR code in PNG format for the standard donation form. |`"https://example.org/qr.png"`|
989
+
|**qr_urls:fundraiser_qr_url**|*uri*| A QR code in PNG format for the fundraiser page. Only provided if the fundraiser can receive donations. |`"https://example.org/qr.png"`|
990
+
|**qr_urls:mobile_donation_qr_url**|*uri*| A QR code in PNG format for the mobile donation form. For fundraisers with a Mobilepay Myshop number it is a Myshop url, for fundraisers using vipps epayment it is a Vipps url, otherwise it is our short mobile donation form. Only provided if the fundraiser can receive donations. |`"https://example.org/qr.png"`|
991
+
|**qr_urls:standard_donation_qr_url**|*uri*| A QR code in PNG format for the standard donation form. Only provided if the fundraiser can receive donations. |`"https://example.org/qr.png"`|
992
992
|**[recipient:html_url](#resource-common)**|*uri*| The current url to view the organisation page on BetterNow. This can, and does, change. Requests to old urls will be redirect to the current url. |`"https://dk.betternow.org/charities/helpnow"`|
993
993
|**[recipient:id](#resource-common)**|*string*| Unique identifier of organisation |`1234567`|
994
994
|**[recipient:name](#resource-common)**|*string*| The name of the Organisation |`"HelpNow"`|
@@ -1283,7 +1283,7 @@ POST /fundraisers
1283
1283
|**description**|*string*| The text written by the fundraiser owner. Contains HTML. |`"<p>This is really, <b>REALLY</b> great</p> <br><br>"`|
1284
1284
|**end_date**|*date*| The end date for a fundraiser. |`"2012-01-01"`|
1285
1285
|**event_id**|*string*| unique identifier of event |`1234567`|
1286
-
|**fundraiser_type**|*string*| The type of the fundraiser on BetterNow<br/> **one of:**`"birthday"` or `"anniversary"` or `"in_memory_of"` or `"sports_event"` or `"corporate"` or `"cultural_event"` or `"sponsorable"` or `"tribute_fund"` or `"other"`|`"birthday"`|
1286
+
|**fundraiser_type**|*string*| The type of the fundraiser on BetterNow<br/> **one of:**`"birthday"` or `"anniversary"` or `"in_memory_of"` or `"sports_event"` or `"corporate"` or `"cultural_event"` or `"sponsorable"` or `"tribute_fund"` or `"live_stream"` or `"crowdfunding"` or `"door_to_door"` or `"personal"` or `"other"`|`"birthday"`|
1287
1287
|**funeral_date**|*date*| The date of the funeral for the person who a tribute_fund fundraiser is honoring. |`"2012-01-01"`|
1288
1288
|**goal:cents**|*integer*| Numeric amount in cents |`1234500`|
1289
1289
|**goal:currency**|*string*| 3 character currency code, as specified in ISO 4217<br/> **pattern:**`^([A-Z]{3})$`|`"EUR"`|
Copy file name to clipboardExpand all lines: source/schema.json
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1259,6 +1259,10 @@
1259
1259
"cultural_event",
1260
1260
"sponsorable",
1261
1261
"tribute_fund",
1262
+
"live_stream",
1263
+
"crowdfunding",
1264
+
"door_to_door",
1265
+
"personal",
1262
1266
"other"
1263
1267
]
1264
1268
},
@@ -1533,22 +1537,25 @@
1533
1537
],
1534
1538
"properties": {
1535
1539
"fundraiser_qr_url": {
1536
-
"description": "A QR code in PNG format for the fundraiser page.",
1540
+
"description": "A QR code in PNG format for the fundraiser page. Only provided if the fundraiser can receive donations.",
1537
1541
"example": "https://example.org/qr.png",
1542
+
"format": "uri",
1538
1543
"type": [
1539
1544
"string"
1540
1545
]
1541
1546
},
1542
1547
"mobile_donation_qr_url": {
1543
-
"description": "A QR code in PNG format for the mobile donation form. For fundraisers with a Mobilepay Myshop number it is a Myshop url, for fundraisers using vipps epayment it is a Vipps url, otherwise it is our short mobile donation form.",
1548
+
"description": "A QR code in PNG format for the mobile donation form. For fundraisers with a Mobilepay Myshop number it is a Myshop url, for fundraisers using vipps epayment it is a Vipps url, otherwise it is our short mobile donation form. Only provided if the fundraiser can receive donations.",
1544
1549
"example": "https://example.org/qr.png",
1550
+
"format": "uri",
1545
1551
"type": [
1546
1552
"string"
1547
1553
]
1548
1554
},
1549
1555
"standard_donation_qr_url": {
1550
-
"description": "A QR code in PNG format for the standard donation form.",
1556
+
"description": "A QR code in PNG format for the standard donation form. Only provided if the fundraiser can receive donations.",
0 commit comments