Skip to main content
POST
Add a designation to the checkout

Path Parameters

client_id
integer
required

The ID of the client

program_id
integer
required

The ID of the program

currency
string
required

The currency of the designation

session_id
string
required

The ID of the session

Body

application/json

Data for adding a designation

designation
string
Example:

"MASTER"

designation_amount
number
Example:

100

Response

Successful operation

status
string
Example:

"success"

message
string
Example:

"Gift of USD 100.00 was added"