Skip to main content

POST /moto/api/v1/notify

Request

Payload (object)

  • request_id_list (array): Unique identifier of the operation to be resent. Multiple operations can be queried in the same call.

Response

Payload (object)

  • order_uuid_map (object): Object that will contain the link to process the payment.
    • order_operation
  • real_uuid_map (object): Object that will contain the identifier of the operation for future operations.
    • order_operation
  • errors (object):

Examples

  • Request
{
"key": "{{key}}",
"nonce": "{{nonce}}",
"mode": "sha256",
"resource": "{{resource}}",
"payload": {
"request_id_list": ["1a283efc-e0d6-11ec-b3ab-0242ac110024"]
}
}
  • Response
{
"type": "app.status",
"code": "0",
"detail": "Success",
"payload": {
"order_uuid_map": {
"ejemplo_documentacion_retokenizacion": "https://sandbox.sipay.es/s/myq3ck"
},
"real_uuid_map": {
"ejemplo_documentacion_retokenizacion": "b830f426-e262-11ec-b3ab-0242ac110024"
},
"errors": {}
},
"request_id": "62989778fca3a4d8081e67b0",
"uuid": "62989778fca3a4d8081e67b0"
}