Skip to content

Commit

Permalink
Merge pull request #65 from AuthorizeNet/rhldr-patch-1
Browse files Browse the repository at this point in the history
Make it clear to use create transaction request
  • Loading branch information
anuragg29 committed Jun 22, 2018
2 parents d317662 + 59afeaf commit fc804bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Once included, make sure in “Build Settings” tab, in section “Search Paths
}

```
### Using the Accept Payment Token
You can then
### Using the Accept Payment Token to Create a Transaction Request
Your server constructs a transaction request using the [Authorize.Net API](https://developer.authorize.net/api/reference/#payment-transactions-create-an-accept-payment-transaction), placing the encrypted payment information that it received in previous step in the opaqueData element.
```json
{
"createTransactionRequest": {
Expand Down

0 comments on commit fc804bd

Please sign in to comment.