POST api/PaymentIntent/Create

Starts a new Payment Intent from the given merchant terminal, and returns the corresponding payIntentID.

Información de Solicitud

Parameters

NameDescriptionAdditional information
param
{  }

Define este parámetro en cuerpo de la solicitud.

Ejemplos de Solicitud

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Información de Respuesta

{errCode: int,errMsg: string, {payIntentID: string} }