Payment_Initiate_Response
messagestring
Human-readable description of the result.
statusboolean
Whether the request succeeded.
data object
Response payload.
payment_idstring
The unique identifier for the payment.
Payment_Initiate_Response
{
"message": "string",
"status": true,
"data": {
"payment_id": "string"
}
}
Was this page helpful?