Skip to main content
POST
Create a new donor and process their donation

Path Parameters

client_id
integer
required

The ID of the client

program_id
integer
required

The ID of the program

session_id
integer
required

The ID of the session

Body

application/json

Donor and donation details

signup_username
string
Example:

"donor123"

email
string
Example:

"donor@gmail.com"

signup_password
string
Example:

"password123"

method_signup
string
Example:

"3"

firstName
string
Example:

"John"

lastName
string
Example:

"Doe"

cardHolderName
string
Example:

"John Doe"

dn_donor_name
string
Example:

"John Doe"

paying_processing
string
Example:

"1"

rememberMe
boolean
Example:

"false"

token
string
Example:

"token123"

Response

Successful operation

status
string
Example:

"success"

redirect
string
Example:

"/frontend/donor_view/1/1/1"

email
string
Example:

"donor@gmail.com"

username
string
Example:

"donor123"

message
string
Example:

"You have successfully signed up!"