Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
paracycle committed May 12, 2015
1 parent f54ae13 commit dd342f5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Binary file modified docs/PayUSharp Kullanim Dokumani.pdf
Binary file not shown.
20 changes: 20 additions & 0 deletions docs/fields/alu_fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
| `CardDetails.CardType` | `string` | `CC_TYPE` |
| `CardDetails.CVV` | `string` | `CC_CVV` |
| `CardDetails.CardOwnerName` | `string` | `CC_OWNER` |
| `CardDetails.Token` | `string` | `CC_TOKEN` |
| `DeliveryDetails.LastName` | `string` | `DELIVERY_LNAME` |
| `DeliveryDetails.FirstName` | `string` | `DELIVERY_FNAME` |
| `DeliveryDetails.Email` | `string` | `DELIVERY_EMAIL` |
Expand All @@ -52,6 +53,10 @@
| `SelectedInstallmentNumber` | `int?` | `SELECTED_INSTALLMENTS_NUMBER` |
| `CardProgramName` | `string` | `CARD_PROGRAM_NAME` |
| `OrderTimeout` | `int?` | `ORDER_TIMEOUT` |
| `UseLoyaltyPoints` | `bool?` | `USE_LOYALTY_POINTS` |
| `LoyaltyPointsAmount` | `decimal?` | `LOYALTY_POINTS_AMOUNT` |
| `CampaignType` | `CampaignType` | `CAMPAIGN_TYPE` |
| `ShippingCost` | `decimal?` | `ORDER_SHIPPING` |

| `ALUResponse` Alanı | Alan Tipi | PayU ALU Cevap Alanı |
| ---- | --- | --- |
Expand All @@ -65,6 +70,8 @@
| `InstallmentNumber` | `string` | `INSTALLMENTS_NO` |
| `CardProgramName` | `string` | `CARD_PROGRAM_NAME` |
| `Url3DS` | `string` | `URL_3DS` |
| `Amount` | `decimal?` | `AMOUNT` |
| `OrderRef` | `string` | `ORDER_REF` |
| `Hash` | `string` | `HASH` |
| `AuthCode` | `string` | `AUTH_CODE` |
| `RRN` | `string` | `RRN` |
Expand All @@ -83,3 +90,16 @@
| `PAN` | `string` | `PAN` |
| `ExpiryYear` | `string` | `EXPYEAR` |
| `ExpiryMonth` | `string` | `EXPMONTH` |
| `TokenHash` | `string` | `TOKEN_HASH` |
| `WireAccounts` | `WireAccount[]` | `WIRE_ACCOUNTS` |

| `WireAccount` Alanı | Alan Tipi | PayU ALU Cevap Alanı |
| ---- | --- | --- |
| `BankIdentifier` | `string` | `BANK_IDENTIFIER` |
| `BankAccount` | `string` | `BANK_ACCOUNT` |
| `RoutingNumber` | `string` | `ROUTING_NUMBER` |
| `IbanAccount` | `string` | `IBAN_ACCOUNT` |
| `BankSwift` | `string` | `BANK_SWIFT` |
| `Country` | `string` | `COUNTRY` |
| `WireRecipient` | `string` | `WIRE_RECIPIENT` |
| `WireRecipientVatId` | `string` | `WIRE_RECIPIENT_VAT_ID` |

0 comments on commit dd342f5

Please sign in to comment.