circle-info
Ask something in the search bar to get a quick answer from our AI model

Notify waiting view

Endpoint

POST {BASE_URL}/wipay-payment-admin/notification/{paymentId}

This functionality is intended to notify the listening view is generated after finishing a Recharge Link or Amount Selection Link operation. The request allows for a custom message to be sent and notify the view. Along with either an "OK" or "KO" operation status.

Headers

Header

Required

Description

Example

Authorization

Yes

Bearer token for authentication

Bearer...

x-api-key

Yes

API key for service access

xxxxxxxxxxxxxxxxxx

Content-Type

Yes

Must be application/json

application/json

Body

Tipo
Nombre
Descripción
Condiciones

string

message

Custom message to show on the waiting page

Required

string

status

Operation status, Either "OK" or "KO"

Optional

Response

{
	"message": "Operación realizada correctamente",
	"status": "OK",
	"roomId": "980002372-25-0-l8RwTldGlWuvUebDiMf1IL3Z"
}

Last updated