Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leungkinghin-ct committed Mar 27, 2024
1 parent 78cbbbd commit eb1f3ed
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion processor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,31 @@ Token can be found in response
{"token":"<token>"}
```

Use the token to authenticate requests protected by JWT: `Authorization: Bearer <token>`.
Use the token to authenticate requests protected by JWT: `Authorization: Bearer <token>`.

## Integration Guide
The processor supports following operations by integration with Adyen platform:

### Get payment methods
TBC

### Create payment session
TBC

### Create payment
TBC

### Confirm payment
TBC

### Get supported payment components
TBC

### Get status
TBC

### Get config
TBC

### Modify payment
TBC

0 comments on commit eb1f3ed

Please sign in to comment.