You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 401 | Invalid API key |[`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/models/error-exception.md)|
117
-
| 404 | An informed resource was not found |[`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/models/error-exception.md)|
118
-
| 412 | Business validation error |[`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/models/error-exception.md)|
| 401 | Invalid API key |[`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/models/error-exception.md)|
117
+
| 404 | An informed resource was not found |[`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/models/error-exception.md)|
118
+
| 412 | Business validation error |[`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/models/error-exception.md)|
Copy file name to clipboardExpand all lines: doc/models/create-google-pay-intermediate-signing-key-request.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ The GooglePay Intermediate Signing Key Request
11
11
12
12
| Name | Type | Tags | Description |
13
13
| --- | --- | --- | --- |
14
-
|`signed_key`|`str`|Required| Uma mensagem codificada em Base64 com a descrição de pagamento da chave. |
15
-
|`signatures`|`List[str]`|Required| Verifica se a origem da chave de assinatura intermediária é o Google. É codificada em Base64 e criada usando o ECDSA. |
14
+
|`signed_key`|`str`|Optional| Uma mensagem codificada em Base64 com a descrição de pagamento da chave. |
15
+
|`signatures`|`List[str]`|Optional| Verifica se a origem da chave de assinatura intermediária é o Google. É codificada em Base64 e criada usando o ECDSA. |
Copy file name to clipboardExpand all lines: doc/models/create-google-pay-request.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,12 @@ The GooglePay Token Payment Request
11
11
12
12
| Name | Type | Tags | Description |
13
13
| --- | --- | --- | --- |
14
-
|`version`|`str`| Required | Informação sobre a versão do token. Único valor aceito é EC_v2 |
15
-
|`data`|`str`| Required | Dados de pagamento criptografados. Corresponde ao encryptedMessage do token Google. |
16
-
|`intermediate_signing_key`|[`CreateGooglePayIntermediateSigningKeyRequest`](../../doc/models/create-google-pay-intermediate-signing-key-request.md)| Required | The GooglePay intermediate signing key request |
17
-
|`signature`|`str`| Required | Assinatura dos dados de pagamento. Verifica se a origem da mensagem é o Google. Corresponde ao signature do token Google. |
18
-
|`signed_message`|`str`| Required | - |
14
+
|`version`|`str`| Optional | Informação sobre a versão do token. Único valor aceito é EC_v2 |
15
+
|`data`|`str`| Optional | Dados de pagamento criptografados. Corresponde ao encryptedMessage do token Google. |
16
+
|`intermediate_signing_key`|[`CreateGooglePayIntermediateSigningKeyRequest`](../../doc/models/create-google-pay-intermediate-signing-key-request.md)| Optional | The GooglePay intermediate signing key request |
17
+
|`signature`|`str`| Optional | Assinatura dos dados de pagamento. Verifica se a origem da mensagem é o Google. Corresponde ao signature do token Google. |
0 commit comments