Skip to content

Commit

Permalink
copied payments spec
Browse files Browse the repository at this point in the history
  • Loading branch information
rahinisrinivas committed Sep 18, 2024
1 parent afad607 commit 5d6e2c1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion openapispecs/payments/OpenAPISpec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,13 @@ paths:
tags:
- Gateways
summary: Update Authorize.net Gateway
description: Use this endpoint to configure Authorize.net.
description: |
Use this endpoint to configure Authorize.net.
:::note
The credentials used for a test account may differ from those used for a live account. When configuring the payment gateway with your credentials and setting `test` to `true`, the system allows you to test various Authorize.net payment interactions to ensure everything works as expected. Once you are ready to go live, update `test` as `false` to direct requests to the live endpoints instead of the test account. Additionally, ensure that you switch to the credentials for the live account when making this change. To access your sandbox environment, see [Authorize.net Sandbox account](https://developer.authorize.net/hello_world/sandbox.html).
:::
operationId: updateAuthorizeNetGateway
parameters: [ ]
requestBody:
Expand Down

0 comments on commit 5d6e2c1

Please sign in to comment.