Order to sponsor an entity
curl --request GET \
--url https://api.helpyousponsor.com/v1/frontend/order/{client_id}/{program_id}/{session_id}{
"status": "success",
"data": {
"session_id": "abc123",
"client_id": 1,
"program_id": 1,
"signup_fields": [
"<string>"
],
"text_checkout": "Checkout",
"useCC": true,
"isDonorCardActive": true,
"session_logged_in": true,
"login_box": "Login Box",
"num_of_sponsorships": 1,
"payment_options": [
"<string>"
],
"hide_payment_method": false,
"default_payment_method": "Credit Card",
"months": {
"10": "10 - October",
"11": "11 - November",
"12": "12 - December",
"01": "01 - January",
"02": "02 - February",
"03": "03 - March",
"04": "04 - April",
"05": "05 - May",
"06": "06 - June",
"07": "07 - July",
"08": "08 - August",
"09": "09 - September"
},
"years": {
"2022": 2022,
"2023": 2023,
"2024": 2024,
"2025": 2025,
"2026": 2026,
"2027": 2027,
"2028": 2028,
"2029": 2029,
"2030": 2030,
"2031": 2031
},
"stripe_pubkey": "pk_test_1234",
"processing_fee": "$5.00",
"processing_percentage": "2.9%",
"num_sponsorships": 1
}
}The id of the client
The id of the program
Session ID
Successful operation
"success"
Show child attributes
"abc123"
1
1
"Checkout"
true
true
true
"Login Box"
1
false
"Credit Card"
Show child attributes
"10 - October"
"11 - November"
"12 - December"
"01 - January"
"02 - February"
"03 - March"
"04 - April"
"05 - May"
"06 - June"
"07 - July"
"08 - August"
"09 - September"
Show child attributes
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
"pk_test_1234"
"$5.00"
"2.9%"
1
curl --request GET \
--url https://api.helpyousponsor.com/v1/frontend/order/{client_id}/{program_id}/{session_id}{
"status": "success",
"data": {
"session_id": "abc123",
"client_id": 1,
"program_id": 1,
"signup_fields": [
"<string>"
],
"text_checkout": "Checkout",
"useCC": true,
"isDonorCardActive": true,
"session_logged_in": true,
"login_box": "Login Box",
"num_of_sponsorships": 1,
"payment_options": [
"<string>"
],
"hide_payment_method": false,
"default_payment_method": "Credit Card",
"months": {
"10": "10 - October",
"11": "11 - November",
"12": "12 - December",
"01": "01 - January",
"02": "02 - February",
"03": "03 - March",
"04": "04 - April",
"05": "05 - May",
"06": "06 - June",
"07": "07 - July",
"08": "08 - August",
"09": "09 - September"
},
"years": {
"2022": 2022,
"2023": 2023,
"2024": 2024,
"2025": 2025,
"2026": 2026,
"2027": 2027,
"2028": 2028,
"2029": 2029,
"2030": 2030,
"2031": 2031
},
"stripe_pubkey": "pk_test_1234",
"processing_fee": "$5.00",
"processing_percentage": "2.9%",
"num_sponsorships": 1
}
}