Help for this page

Select Code to Download


  1. or download this
    curl --location 'https://api.link.io/v1/payment' \
    --header 'x-api-key: {{api-key}}' \
    ...
      "order_id": "RGDBP-21314",
      "order_description": "Apple Macbook Pro 2019 x 1"
    }'
    
  2. or download this
    #!/usr/bin/perl
    use strict; 
    ...
    } else {
      print "$response->{'status'} $response->{'content'}\n";
    }