iyzipay 0.0.1+12 copy "iyzipay: ^0.0.1+12" to clipboard
iyzipay: ^0.0.1+12 copied to clipboard

unlisted

A simple Iyzico Pay API wrapper, that is meant to be used on the server.

example/iyzipay_example.dart

import 'package:iyzipay/iyzipay.dart';
import 'package:iyzipay/src/request/payment/retrieve_bin_request.dart';

void main() async {
  final iyziClient = IyziClient.sandbox(apiKey: "API_KEY", secretKey: "SECRET_KEY");

  var request = RetrieveBinRequest();
  request.binNumber = "542119";
  final result = iyziClient.payment().retrieveBin(request);
}
0
likes
0
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A simple Iyzico Pay API wrapper, that is meant to be used on the server.

Homepage

License

unknown (license)

Dependencies

crypto, http

More

Packages that depend on iyzipay