From 1177c83c35d3ec3ac5c2a1719c48891069f90826 Mon Sep 17 00:00:00 2001 From: vladyslavkotyk Date: Tue, 27 Apr 2021 16:31:46 +0100 Subject: [PATCH] =?UTF-8?q?Documenta=C3=A7=C3=A3o=20MbWay?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/README.md b/README.md index baebe2b..7dba72c 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,54 @@ Qualquer dúvida é so criar um ticket, poderei também escrever o código em no | 3 | Chave inválida.| | 9 | Erro desconhecido.| +## Gerar novo pagamento mbway + +```php +create($phone_number, $internal_reference, $order_value, $customer_email, $description); + +?> +``` + +## Obter informações sobre pagamento MBWay + +```php +status($payment_id); + +?> +``` + ## Erros do status de pagamento MbWay | Código | Descrição |