Gerar endToEndId para iniciar um pagamento

Essa API permite gerar o EndToEndId para uso durante o fluxo de pagamento.

post/payment/endToEnd

Request body

dppstring date

Data de Pagamento Pretendida (DPP)

Response

201

statusinteger

Example response

{
  "status": 201,
  "body": {
    "endToEndId": "E3030629420200808185300887639654"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.