Skip to content

Commit

Permalink
Merge branch 'main' into 1.0.0-beta.3
Browse files Browse the repository at this point in the history
# Conflicts:
#	composer.json
#	composer.lock
#	src/Domain/PaymentIssuers/Http/Controllers/PaymentIssuerController.php
#	src/Domain/PaymentIssuers/Http/Routing/PaymentIssuerRouteGroup.php
  • Loading branch information
tdwesten committed Jan 8, 2025
2 parents 6dcf25e + 5f4e170 commit 08a78b6
Show file tree
Hide file tree
Showing 16 changed files with 255 additions and 768 deletions.
36 changes: 1 addition & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ The create-payment-intent url is a signed url can be found in the response of th
"attributes": {
"payment_method": "mollie",
"meta": {
"payment_method_type": "ideal",
"payment_method_issuer": "ideal_ABNANL2A"
"payment_method_type": "ideal"
}
}
}
Expand Down Expand Up @@ -233,39 +232,6 @@ Example response:
}
```

### POST /api/v1/payment-issuers

Returns a list of available payment issuers for ideal payments, including the issuer ID, issuer name and more. See the [Mollie API documentation](https://docs.mollie.com/reference/v2/methods-api/list-methods#includes) for more information.

Example response:

```json
{
"jsonapi": {
"version": "1.0"
},
"data": [
{
"type": "payment-issuers",
"id": "ideal_ABNANL2A",
"attributes": {
"resource": "issuer",
"name": "ABN AMRO",
"issuer_id": "ideal_ABNANL2A",
"image": [
"https://www.mollie.com/external/icons/ideal-issuers/ABNANL2A.png",
"https://www.mollie.com/external/icons/ideal-issuers/ABNANL2A%402x.png",
"https://www.mollie.com/external/icons/ideal-issuers/ABNANL2A.svg"
]
},
"links": {
"self": "https://api.monoz.test/api/v1/payment-issuers/ideal_ABNANL2A"
}
}
]
}
```

### Security

If you discover any security related issues, please email security[at]pixelpillow.nl instead of using the issue tracker.
Expand Down
Loading

0 comments on commit 08a78b6

Please sign in to comment.